org.apache.qpid.server.queue
Class FailedDequeueException

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.queue.FailedDequeueException
All Implemented Interfaces:
Serializable

public class FailedDequeueException
extends org.apache.qpid.AMQException

Signals that the dequeue of a message from a queue failed.

CRC Card
Responsibilities Collaborations
Indicates the a message could not be dequeued from a queue.

See Also:
Serialized Form
Todo:
Not an AMQP exception as no status code., Happens as a consequence of a message store failure, or reference counting error. Both of which migh become runtime exceptions, as unrecoverable conditions? In which case this one might be dropped too.

Constructor Summary
FailedDequeueException(String queue)
           
FailedDequeueException(String queue, org.apache.qpid.AMQException e)
           
 
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

FailedDequeueException

public FailedDequeueException(String queue)

FailedDequeueException

public FailedDequeueException(String queue,
                              org.apache.qpid.AMQException e)


Licensed to the Apache Software Foundation