public class AmqpConnectException extends AmqpException
ConnectException which can be commonly
thrown from AMQP operations if the remote process dies or there is a network issue.| Constructor and 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.
|
public AmqpConnectException(java.lang.Exception cause)
cause - the cause.public AmqpConnectException(java.lang.String message,
java.lang.Throwable cause)
message - the message.cause - the cause.