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
ActiveMQException is the root exception for the Apache Artemis API.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionActiveMQException(int code, String msg) This constructor is needed only for the native layerActiveMQException(String msg) ActiveMQException(String message, Throwable t, ActiveMQExceptionType type) ActiveMQException(ActiveMQExceptionType type, String msg) ActiveMQException(ActiveMQExceptionType type, String message, Throwable t) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ActiveMQException
public ActiveMQException() -
ActiveMQException
-
ActiveMQException
-
ActiveMQException
-
ActiveMQException
This constructor is needed only for the native layer -
ActiveMQException
-
ActiveMQException
-
ActiveMQException
-
-
Method Details
-
getType
-
toString
-