com.faunos.skwish
Class SegmentStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.faunos.skwish.SkwishException
com.faunos.skwish.SegmentStoreException
- All Implemented Interfaces:
- Serializable
public class SegmentStoreException
- extends SkwishException
Exception thrown by the SegmentStore
class.
- 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 |
SegmentStoreException
public SegmentStoreException()
SegmentStoreException
public SegmentStoreException(String message)
- Parameters:
message
-
SegmentStoreException
public SegmentStoreException(Throwable cause)
- Parameters:
cause
-
SegmentStoreException
public SegmentStoreException(String message,
Throwable cause)
- Parameters:
message
- cause
-