Class ActiveMQException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.activemq.artemis.api.core.ActiveMQException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ActiveMQAddressDoesNotExistException
,ActiveMQAddressExistsException
,ActiveMQAddressFullException
,ActiveMQAlreadyReplicatingException
,ActiveMQClusterSecurityException
,ActiveMQConnectionTimedOutException
,ActiveMQDeleteAddressException
,ActiveMQDisconnectedException
,ActiveMQDivertDoesNotExistException
,ActiveMQDuplicateIdException
,ActiveMQDuplicateMetaDataException
,ActiveMQIllegalStateException
,ActiveMQIncompatibleClientServerException
,ActiveMQInterceptorRejectedPacketException
,ActiveMQInternalErrorException
,ActiveMQInvalidFilterExpressionException
,ActiveMQInvalidQueueConfiguration
,ActiveMQInvalidTransientQueueUseException
,ActiveMQIOErrorException
,ActiveMQLargeMessageException
,ActiveMQLargeMessageInterruptedException
,ActiveMQNativeIOError
,ActiveMQNonExistentQueueException
,ActiveMQNotConnectedException
,ActiveMQNullRefException
,ActiveMQObjectClosedException
,ActiveMQQueueExistsException
,ActiveMQQueueMaxConsumerLimitReached
,ActiveMQRemoteDisconnectException
,ActiveMQReplicationTimeooutException
,ActiveMQRoutingException
,ActiveMQSecurityException
,ActiveMQSessionCreationException
,ActiveMQShutdownException
,ActiveMQTimeoutException
,ActiveMQTransactionOutcomeUnknownException
,ActiveMQTransactionRolledBackException
,ActiveMQTransactionTimeoutException
,ActiveMQUnBlockedException
,ActiveMQUnexpectedRoutingTypeForAddress
,ActiveMQUnsupportedPacketException
public class ActiveMQException extends Exception
ActiveMQException is the root exception for the ActiveMQ Artemis API.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActiveMQException()
ActiveMQException(int code, String msg)
ActiveMQException(String msg)
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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActiveMQExceptionType
getType()
String
toString()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
ActiveMQException
public ActiveMQException()
-
ActiveMQException
public ActiveMQException(String msg)
-
ActiveMQException
public ActiveMQException(String msg, ActiveMQExceptionType t)
-
ActiveMQException
public ActiveMQException(String message, Throwable t, ActiveMQExceptionType type)
-
ActiveMQException
public ActiveMQException(int code, String msg)
-
ActiveMQException
public ActiveMQException(ActiveMQExceptionType type, String msg)
-
ActiveMQException
public ActiveMQException(ActiveMQExceptionType type)
-
ActiveMQException
public ActiveMQException(ActiveMQExceptionType type, String message, Throwable t)
-
-
Method Detail
-
getType
public ActiveMQExceptionType getType()
-
-