org.apache.qpid.server.queue
Class FailedDequeueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.AMQException
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.
Methods inherited from class org.apache.qpid.AMQException |
cloneForCurrentThread, getErrorCode, isHardError, toString |
FailedDequeueException
public FailedDequeueException(String queue)
FailedDequeueException
public FailedDequeueException(String queue,
org.apache.qpid.AMQException e)
Licensed to the Apache Software Foundation