Package net.sf.basedb.core.signal
Class SignalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.basedb.core.BaseException
net.sf.basedb.core.signal.SignalException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SignalReceivedException
,UnsupportedSignalException
Base class for all signal exceptions.
- Version:
- 2.6
- Author:
- nicklas
- See Also:
- Last modified
- $Date: 2008-09-11 22:09:17 +0200 (to, 11 sep 2008) $
-
Field Summary
-
Constructor Summary
ConstructorDescriptionSignalException
(String msg) SignalException
(String msg, Throwable cause) SignalException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
SignalException
public SignalException() -
SignalException
-
SignalException
-
SignalException
-