Class AmqpRemoteException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AmqpRemoteException
    extends AmqpException
    An exception that wraps an exception thrown by the server in a request/reply scenario.
    Since:
    2.0
    Author:
    Gary Russell
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AmqpRemoteException​(java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

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

      • AmqpRemoteException

        public AmqpRemoteException​(java.lang.Throwable cause)