Uses of Class
org.apache.activemq.artemis.api.core.ActiveMQExceptionType
-
Packages that use ActiveMQExceptionType Package Description org.apache.activemq.artemis.api.core -
-
Uses of ActiveMQExceptionType in org.apache.activemq.artemis.api.core
Methods in org.apache.activemq.artemis.api.core that return ActiveMQExceptionType Modifier and Type Method Description ActiveMQExceptionType
ActiveMQException. getType()
static ActiveMQExceptionType
ActiveMQExceptionType. getType(int code)
static ActiveMQExceptionType
ActiveMQExceptionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ActiveMQExceptionType[]
ActiveMQExceptionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.activemq.artemis.api.core with parameters of type ActiveMQExceptionType Constructor Description ActiveMQException(String message, Throwable t, ActiveMQExceptionType type)
ActiveMQException(String msg, ActiveMQExceptionType t)
ActiveMQException(ActiveMQExceptionType type)
ActiveMQException(ActiveMQExceptionType type, String msg)
ActiveMQException(ActiveMQExceptionType type, String message, Throwable t)
-