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) -
Uses of ActiveMQExceptionType in org.apache.activemq.artemis.core.client
Methods in org.apache.activemq.artemis.core.client with parameters of type ActiveMQExceptionType Modifier and Type Method Description voidActiveMQClientLogger_$logger. connectionFailureDetected(String remoteAddress, String message, ActiveMQExceptionType type)voidActiveMQClientLogger. connectionFailureDetected(String remoteAddress, String message, ActiveMQExceptionType type) -
Uses of ActiveMQExceptionType in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server with parameters of type ActiveMQExceptionType Modifier and Type Method Description voidActiveMQServerLogger_$logger. connectionFailureDetected(String message, ActiveMQExceptionType type)voidActiveMQServerLogger. connectionFailureDetected(String message, ActiveMQExceptionType type) -
Uses of ActiveMQExceptionType in org.apache.activemq.artemis.core.server.cluster.impl
Methods in org.apache.activemq.artemis.core.server.cluster.impl with parameters of type ActiveMQExceptionType Modifier and Type Method Description protected voidBridgeImpl. tryScheduleRetryReconnect(ActiveMQExceptionType type)protected voidClusterConnectionBridge. tryScheduleRetryReconnect(ActiveMQExceptionType type)
-