Class AmqpMessageReturnedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.amqp.AmqpException
org.springframework.amqp.core.AmqpMessageReturnedException
- All Implemented Interfaces:
Serializable
Exception thrown if the request message cannot be delivered when the mandatory flag is
set.
- Since:
- 1.5
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
AmqpMessageReturnedException
-
-
Method Details
-
getReturnedMessage
-
getReplyCode
public int getReplyCode() -
getReplyText
-
getExchange
-
getRoutingKey
-
getReturned
-
toString
-