Uses of Class
org.apache.activemq.artemis.api.core.ActiveMQExceptionType
-
-
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 ActiveMQExceptionTypeActiveMQException. getType()static ActiveMQExceptionTypeActiveMQExceptionType. getType(int code)static ActiveMQExceptionTypeActiveMQExceptionType. 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)
-