public class AmqpIOException extends AmqpException
IOException
which
can be commonly thrown from AMQP operations.Constructor and Description |
---|
AmqpIOException(IOException cause)
Construct an instance with the provided cause.
|
AmqpIOException(String message,
Throwable cause)
Construct an instance with the provided message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AmqpIOException(IOException cause)
cause
- the cause.