Uses of Enum Class
org.apache.activemq.artemis.api.core.ActiveMQExceptionType
Packages that use ActiveMQExceptionType
Package
Description
-
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 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) -
Uses of ActiveMQExceptionType in org.apache.activemq.artemis.core.client
Methods in org.apache.activemq.artemis.core.client with parameters of type ActiveMQExceptionTypeModifier and TypeMethodDescriptionvoidActiveMQClientLogger_impl.connectionClosureDetected(String remoteAddress, String message, ActiveMQExceptionType type) voidActiveMQClientLogger.connectionClosureDetected(String remoteAddress, String message, ActiveMQExceptionType type) voidActiveMQClientLogger_impl.connectionFailureDetected(String protocol, String remoteAddress, String message, ActiveMQExceptionType type) voidActiveMQClientLogger.connectionFailureDetected(String protocol, 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 ActiveMQExceptionTypeModifier and TypeMethodDescriptionvoidActiveMQServerLogger_impl.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 ActiveMQExceptionTypeModifier and TypeMethodDescriptionprotected voidBridgeImpl.tryScheduleRetryReconnect(ActiveMQExceptionType type) protected voidClusterConnectionBridge.tryScheduleRetryReconnect(ActiveMQExceptionType type)