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
public class ActiveMQAMQPException extends ActiveMQException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActiveMQAMQPException(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.qpid.proton.amqp.SymbolgetAmqpError()-
Methods inherited from class org.apache.activemq.artemis.api.core.ActiveMQException
getType, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
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)
-
-