seda.sandStorm.api
Class SinkFullException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by seda.sandStorm.api.SinkException
              extended by seda.sandStorm.api.SinkFullException
All Implemented Interfaces:
java.io.Serializable

public class SinkFullException
extends SinkException

This exception is thrown if a SinkIF is full; that is, that no more entries can be pushed into the SinkIF immediately. This can occur because the sink has reached a length threshold, or some other condition is preventing the sink from (temporarily) accepting new elements.

As opposed to SinkCloggedEvent, which is generated when a sink becomes full asynchronously, this exception is thrown immediately when attempting to enqueue onto a full sink.

See Also:
SinkCloggedEvent, Serialized Form

Constructor Summary
SinkFullException()
           
SinkFullException(java.lang.String s)
           
 
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

SinkFullException

public SinkFullException()

SinkFullException

public SinkFullException(java.lang.String s)