com.faunos.skwish
Class SkwishException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.faunos.skwish.SkwishException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- SegmentException, SegmentStoreException
public abstract class SkwishException
- extends RuntimeException
The root of the library's exception hierarchy.
- Author:
- Babak Farhang
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SkwishException
public SkwishException()
SkwishException
public SkwishException(String message)
SkwishException
public SkwishException(Throwable cause)
SkwishException
public SkwishException(String message,
Throwable cause)