Class ActiveMQException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.activemq.artemis.api.core.ActiveMQException
-
- All Implemented Interfaces:
java.io.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 java.lang.ExceptionActiveMQException is the root exception for the ActiveMQ Artemis API.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActiveMQException()ActiveMQException(int code, java.lang.String msg)ActiveMQException(java.lang.String msg)ActiveMQException(java.lang.String message, java.lang.Throwable t, ActiveMQExceptionType type)ActiveMQException(java.lang.String msg, ActiveMQExceptionType t)ActiveMQException(ActiveMQExceptionType type)ActiveMQException(ActiveMQExceptionType type, java.lang.String msg)ActiveMQException(ActiveMQExceptionType type, java.lang.String message, java.lang.Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActiveMQExceptionTypegetType()java.lang.StringtoString()
-
-
-
Constructor Detail
-
ActiveMQException
public ActiveMQException()
-
ActiveMQException
public ActiveMQException(java.lang.String msg)
-
ActiveMQException
public ActiveMQException(java.lang.String msg, ActiveMQExceptionType t)
-
ActiveMQException
public ActiveMQException(java.lang.String message, java.lang.Throwable t, ActiveMQExceptionType type)
-
ActiveMQException
public ActiveMQException(int code, java.lang.String msg)
-
ActiveMQException
public ActiveMQException(ActiveMQExceptionType type, java.lang.String msg)
-
ActiveMQException
public ActiveMQException(ActiveMQExceptionType type)
-
ActiveMQException
public ActiveMQException(ActiveMQExceptionType type, java.lang.String message, java.lang.Throwable t)
-
-
Method Detail
-
getType
public ActiveMQExceptionType getType()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Throwable
-
-