Class AmqpConnectException

All Implemented Interfaces:
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.
Author:
Dave Syer, Gary Russell
See Also:
  • Constructor Details

    • AmqpConnectException

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

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