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