public class AmqpIOException extends AmqpException
IOException
which
can be commonly thrown from AMQP operations.Constructor and Description |
---|
AmqpIOException(java.io.IOException cause)
Construct an instance with the provided cause.
|
AmqpIOException(java.lang.String message,
java.lang.Throwable cause)
Construct an instance with the provided message and cause.
|
public AmqpIOException(java.io.IOException cause)
cause
- the cause.public AmqpIOException(java.lang.String message, java.lang.Throwable cause)
message
- the message.cause
- the cause.