org.apache.qpid.server.protocol
Class AMQNoMethodHandlerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.qpid.AMQException
              extended by 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.

Constructor Summary
AMQNoMethodHandlerException(org.apache.qpid.protocol.AMQMethodEvent<org.apache.qpid.framing.AMQMethodBody> evt)
           
 
Method Summary
 
Methods inherited from class org.apache.qpid.AMQException
cloneForCurrentThread, getErrorCode, isHardError, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AMQNoMethodHandlerException

public AMQNoMethodHandlerException(org.apache.qpid.protocol.AMQMethodEvent<org.apache.qpid.framing.AMQMethodBody> evt)


Licensed to the Apache Software Foundation