public static enum OperationException.ERROR_TYPE extends Enum<OperationException.ERROR_TYPE>
Enum.EnumDesc<E extends Enum<E>>
Enum Constant and Description |
---|
ENABLE
Activation of plugin failed
|
INSTALL
Installation of plugin failed
|
INSTALLER
Installation of custom component failed
|
MISSING_UNPACK200
missing and required Unpack200 implementation
|
MODIFIED |
PROXY
Problem with proxy configuration
|
UNINSTALL
Uninstallation of plugin failed
|
WRITE_PERMISSION
Lack of write permission to write in installation directory
|
Modifier and Type | Method and Description |
---|---|
static OperationException.ERROR_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationException.ERROR_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationException.ERROR_TYPE PROXY
public static final OperationException.ERROR_TYPE INSTALLER
public static final OperationException.ERROR_TYPE INSTALL
public static final OperationException.ERROR_TYPE ENABLE
public static final OperationException.ERROR_TYPE UNINSTALL
public static final OperationException.ERROR_TYPE WRITE_PERMISSION
public static final OperationException.ERROR_TYPE MODIFIED
public static final OperationException.ERROR_TYPE MISSING_UNPACK200
public static OperationException.ERROR_TYPE[] values()
public static OperationException.ERROR_TYPE valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null