Uses of Class
org.wso2.carbon.logging.appender.http.utils.queue.exception.PersistentQueueException.PersistentQueueErrorTypes
-
Packages that use PersistentQueueException.PersistentQueueErrorTypes Package Description org.wso2.carbon.logging.appender.http.utils.queue.exception -
-
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.PersistentQueueErrorTypes Modifier and Type Method Description PersistentQueueException.PersistentQueueErrorTypes
PersistentQueueException. getErrorType()
Get the error type.static PersistentQueueException.PersistentQueueErrorTypes
PersistentQueueException.PersistentQueueErrorTypes. valueOf(String name)
Returns the enum constant of this type with the specified name.static PersistentQueueException.PersistentQueueErrorTypes[]
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.PersistentQueueErrorTypes Constructor Description PersistentQueueException(PersistentQueueException.PersistentQueueErrorTypes errorType, String message)
Constructor for PersistentQueueException.PersistentQueueException(PersistentQueueException.PersistentQueueErrorTypes errorType, String message, Throwable cause)
Constructor for PersistentQueueException.
-