Package org.springframework.amqp
Class AmqpRemoteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.amqp.AmqpException
-
- org.springframework.amqp.AmqpRemoteException
-
- All Implemented Interfaces:
java.io.Serializable
public class AmqpRemoteException extends AmqpException
An exception that wraps an exception thrown by the server in a request/reply scenario.- Since:
- 2.0
- Author:
- Gary Russell
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AmqpRemoteException(java.lang.Throwable cause)
-