Package org.springframework.amqp.core
Class AmqpReplyTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.amqp.AmqpException
-
- org.springframework.amqp.core.AmqpReplyTimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class AmqpReplyTimeoutException extends AmqpException
Async reply timeout.- Since:
- 1.6
- Author:
- Gary Russell
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AmqpReplyTimeoutException(java.lang.String message, Message requestMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Message
getRequestMessage()
java.lang.String
toString()
-