org.apache.qpid.util.concurrent
Class AlreadyUnblockedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
AlreadyUnblockedException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlreadyUnblockedException

public AlreadyUnblockedException()


Licensed to the Apache Software Foundation