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(Exception cause)
Construct an instance with the supplied message and cause.
|
AmqpConnectException(String message,
Throwable cause)
Construct an instance with the supplied message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AmqpConnectException(Exception cause)
cause
- the cause.