Class ActiveMQAMQPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.activemq.artemis.api.core.ActiveMQException
org.apache.activemq.artemis.protocol.amqp.exceptions.ActiveMQAMQPException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ActiveMQAMQPIllegalStateException, ActiveMQAMQPInternalErrorException, ActiveMQAMQPInvalidContentTypeException, ActiveMQAMQPInvalidFieldException, ActiveMQAMQPNotFoundException, ActiveMQAMQPNotImplementedException, ActiveMQAMQPResourceLimitExceededException, ActiveMQAMQPSecurityException, ActiveMQAMQPTimeoutException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionActiveMQAMQPException(org.apache.qpid.proton.amqp.Symbol amqpError, String message, Throwable e, ActiveMQExceptionType t) ActiveMQAMQPException(org.apache.qpid.proton.amqp.Symbol amqpError, String message, ActiveMQExceptionType t) -
Method Summary
Methods inherited from class ActiveMQException
getType, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ActiveMQAMQPException
public ActiveMQAMQPException(org.apache.qpid.proton.amqp.Symbol amqpError, String message, Throwable e, ActiveMQExceptionType t) -
ActiveMQAMQPException
public ActiveMQAMQPException(org.apache.qpid.proton.amqp.Symbol amqpError, String message, ActiveMQExceptionType t)
-
-
Method Details
-
getAmqpError
public org.apache.qpid.proton.amqp.Symbol getAmqpError()
-