Class AmqpIOException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AmqpIOException

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

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