org.apache.qpid.util.concurrent
Class AlreadyUnblockedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.qpid.util.concurrent.AlreadyUnblockedException
- All Implemented Interfaces:
- Serializable
public class AlreadyUnblockedException
- extends RuntimeException
Used to signal that a data element and its producer cannot be requeued or sent an error message when using a
BatchSynchQueue
because the producer has already been unblocked by an unblocking take on the queue.
CRC Card
Responsibilities | Collaborations
|
---|
Signal that an unblocking take has already occurred.
|
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AlreadyUnblockedException
public AlreadyUnblockedException()
Licensed to the Apache Software Foundation