org.apache.qpid.server.protocol
Class AMQNoMethodHandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.AMQException
org.apache.qpid.server.protocol.AMQNoMethodHandlerException
- All Implemented Interfaces:
- Serializable
public class AMQNoMethodHandlerException
- extends org.apache.qpid.AMQException
AMQNoMethodHandlerException represents the case where no method handler exists to handle an AQMP method.
CRC Card
Responsibilities | Collaborations
|
---|
Represents failure to handle an AMQP method.
|
- See Also:
- Serialized Form
- Todo:
- Not an AMQP exception as no status code., Missing method handler. Unlikely to ever happen, and if it does its a coding error. Consider replacing with a
Runtime.
Methods inherited from class org.apache.qpid.AMQException |
cloneForCurrentThread, getErrorCode, isHardError, toString |
AMQNoMethodHandlerException
public AMQNoMethodHandlerException(org.apache.qpid.protocol.AMQMethodEvent<org.apache.qpid.framing.AMQMethodBody> evt)
Licensed to the Apache Software Foundation