|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.qpid.AMQException
org.apache.qpid.server.RequiredDeliveryException
org.apache.qpid.server.exchange.NoRouteException
public class NoRouteException
Thrown by an exchange if there is no way to route a message with the mandatory flag set.
Constructor Summary | |
---|---|
NoRouteException(java.lang.String msg,
AMQMessage message)
|
Method Summary | |
---|---|
AMQConstant |
getReplyCode()
|
Methods inherited from class org.apache.qpid.server.RequiredDeliveryException |
---|
getAMQMessage, getErrorCode |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NoRouteException(java.lang.String msg, AMQMessage message)
Method Detail |
---|
public AMQConstant getReplyCode()
getReplyCode
in class RequiredDeliveryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |