Package org.springframework.amqp
Class AmqpIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.amqp.AmqpException
-
- org.springframework.amqp.AmqpIOException
-
- All Implemented Interfaces:
Serializable
public class AmqpIOException extends AmqpException
RuntimeException wrapper for anIOException
which can be commonly thrown from AMQP operations.- Author:
- Mark Pollack, Gary Russell
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AmqpIOException
public AmqpIOException(IOException cause)
Construct an instance with the provided cause.- Parameters:
cause
- the cause.
-
-