seda.sandStorm.api
Class SinkException

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

Author:
Matt Welsh
See Also:
SinkFullException, SinkClosedException, BadQueueElementException, Serialized Form

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

SinkException

public SinkException()

SinkException

public SinkException(java.lang.String s)