seda.sandStorm.api
Class SinkFullException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byseda.sandStorm.api.SinkException
              extended byseda.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.

Author:
Matt Welsh
See Also:
SinkCloggedEvent, Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
SinkFullException()
           
SinkFullException(java.lang.String s)
           
 
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)