Enum PersistentQueueException.PersistentQueueErrorTypes
java.lang.Object
java.lang.Enum<PersistentQueueException.PersistentQueueErrorTypes>
org.wso2.carbon.logging.appender.http.utils.queue.exception.PersistentQueueException.PersistentQueueErrorTypes
- All Implemented Interfaces:
Serializable,Comparable<PersistentQueueException.PersistentQueueErrorTypes>,java.lang.constant.Constable
- Enclosing class:
PersistentQueueException
public static enum PersistentQueueException.PersistentQueueErrorTypes
extends Enum<PersistentQueueException.PersistentQueueErrorTypes>
Enum for PersistentQueueErrorTypes.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
QUEUE_DIRECTORY_CREATION_FAILED
public static final PersistentQueueException.PersistentQueueErrorTypes QUEUE_DIRECTORY_CREATION_FAILED -
QUEUE_DISK_SPACE_LIMIT_EXCEEDED
public static final PersistentQueueException.PersistentQueueErrorTypes QUEUE_DISK_SPACE_LIMIT_EXCEEDED -
QUEUE_META_DATA_FILE_CREATION_FAILED
public static final PersistentQueueException.PersistentQueueErrorTypes QUEUE_META_DATA_FILE_CREATION_FAILED -
QUEUE_DISK_USAGE_CALCULATION_FAILED
public static final PersistentQueueException.PersistentQueueErrorTypes QUEUE_DISK_USAGE_CALCULATION_FAILED -
QUEUE_CLOSE_FAILED
-
QUEUE_BLOCK_CLOSE_FAILED
-
QUEUE_BLOCK_CREATION_FAILED
-
QUEUE_BLOCK_FILE_NOT_FOUND
-
QUEUE_BLOCK_DELETION_FAILED
-
EMPTY_OBJECT
-
QUEUE_META_DATA_FILE_READING_FAILED
public static final PersistentQueueException.PersistentQueueErrorTypes QUEUE_META_DATA_FILE_READING_FAILED
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-