Uses of Enum
org.wso2.carbon.logging.appender.http.utils.queue.exception.PersistentQueueException.PersistentQueueErrorTypes
Packages that use PersistentQueueException.PersistentQueueErrorTypes
-
Uses of PersistentQueueException.PersistentQueueErrorTypes in org.wso2.carbon.logging.appender.http.utils.queue.exception
Methods in org.wso2.carbon.logging.appender.http.utils.queue.exception that return PersistentQueueException.PersistentQueueErrorTypesModifier and TypeMethodDescriptionPersistentQueueException.getErrorType()Get the error type.Returns the enum constant of this type with the specified name.PersistentQueueException.PersistentQueueErrorTypes.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.wso2.carbon.logging.appender.http.utils.queue.exception with parameters of type PersistentQueueException.PersistentQueueErrorTypesModifierConstructorDescriptionPersistentQueueException(PersistentQueueException.PersistentQueueErrorTypes errorType, String message) Constructor for PersistentQueueException.PersistentQueueException(PersistentQueueException.PersistentQueueErrorTypes errorType, String message, Throwable cause) Constructor for PersistentQueueException.