Package com.rabbitmq.client
Class UnroutableRpcRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.rabbitmq.client.UnroutableRpcRequestException
- All Implemented Interfaces:
Serializable
Exception thrown when a RPC request isn't routed to any queue.
The RpcClient
must be configured with the mandatory
flag set to true with RpcClientParams.useMandatory()
.
- Since:
- 5.6.0
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnroutableRpcRequestException
-
-
Method Details
-
getReturnMessage
The returned message.- Returns:
-