Uses of Enum Class
org.apache.activemq.artemis.api.core.ActiveMQExceptionType
-
Uses of ActiveMQExceptionType in org.apache.activemq.artemis.api.core
Subclasses with type arguments of type ActiveMQExceptionType in org.apache.activemq.artemis.api.coreMethods in org.apache.activemq.artemis.api.core that return ActiveMQExceptionTypeModifier and TypeMethodDescriptionActiveMQException.getType()static ActiveMQExceptionTypeActiveMQExceptionType.getType(int code) static ActiveMQExceptionTypeReturns 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)