Class AmqpConnectException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AmqpConnectException
    extends AmqpException
    RuntimeException wrapper for an ConnectException which can be commonly thrown from AMQP operations if the remote process dies or there is a network issue.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AmqpConnectException​(java.lang.Exception cause)
      Construct an instance with the supplied message and cause.
      AmqpConnectException​(java.lang.String message, java.lang.Throwable cause)
      Construct an instance with the supplied message and 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

      • AmqpConnectException

        public AmqpConnectException​(java.lang.Exception cause)
        Construct an instance with the supplied message and cause.
        Parameters:
        cause - the cause.
      • AmqpConnectException

        public AmqpConnectException​(java.lang.String message,
                                    java.lang.Throwable cause)
        Construct an instance with the supplied message and cause.
        Parameters:
        message - the message.
        cause - the cause.
        Since:
        2.0