seda.sandStorm.api
Class SinkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by seda.sandStorm.api.SinkException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BadQueueElementException, SinkClosedException, SinkFullException

public abstract class SinkException
extends java.lang.Exception

This is a generic exception which a sink can generate. It is an abstract class; only subclasses can be instantiated.

See Also:
SinkFullException, SinkClosedException, BadQueueElementException, Serialized Form

Constructor Summary
SinkException()
           
SinkException(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

SinkException

public SinkException()

SinkException

public SinkException(java.lang.String s)