Class ActiveMQAMQPException

    • Constructor Summary

      Constructors 
      Constructor Description
      ActiveMQAMQPException​(org.apache.qpid.proton.amqp.Symbol amqpError, java.lang.String message, java.lang.Throwable e, org.apache.activemq.artemis.api.core.ActiveMQExceptionType t)  
      ActiveMQAMQPException​(org.apache.qpid.proton.amqp.Symbol amqpError, java.lang.String message, org.apache.activemq.artemis.api.core.ActiveMQExceptionType t)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.qpid.proton.amqp.Symbol 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ActiveMQAMQPException

        public ActiveMQAMQPException​(org.apache.qpid.proton.amqp.Symbol amqpError,
                                     java.lang.String message,
                                     java.lang.Throwable e,
                                     org.apache.activemq.artemis.api.core.ActiveMQExceptionType t)
      • ActiveMQAMQPException

        public ActiveMQAMQPException​(org.apache.qpid.proton.amqp.Symbol amqpError,
                                     java.lang.String message,
                                     org.apache.activemq.artemis.api.core.ActiveMQExceptionType t)
    • Method Detail

      • getAmqpError

        public org.apache.qpid.proton.amqp.Symbol getAmqpError()