Class ActiveMQAMQPInternalErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.activemq.artemis.api.core.ActiveMQException
-
- org.apache.activemq.artemis.protocol.amqp.exceptions.ActiveMQAMQPException
-
- org.apache.activemq.artemis.protocol.amqp.exceptions.ActiveMQAMQPInternalErrorException
-
- All Implemented Interfaces:
Serializable
public class ActiveMQAMQPInternalErrorException extends ActiveMQAMQPException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActiveMQAMQPInternalErrorException(String message)ActiveMQAMQPInternalErrorException(String message, Throwable e)
-
Method Summary
-
Methods inherited from class org.apache.activemq.artemis.protocol.amqp.exceptions.ActiveMQAMQPException
getAmqpError
-
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
-
-