Class AmqpIOException

All Implemented Interfaces:
Serializable

public class AmqpIOException extends AmqpException
RuntimeException wrapper for an IOException which can be commonly thrown from AMQP operations.
Author:
Mark Pollack, Gary Russell
See Also:
  • Constructor Details

    • AmqpIOException

      public AmqpIOException(IOException cause)
      Construct an instance with the provided cause.
      Parameters:
      cause - the cause.
    • AmqpIOException

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