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
public class SignalException
- extends BaseException
Base class for all signal exceptions.
- Version:
- 2.6
- Author:
- nicklas
- See Also:
- Serialized Form
- Last modified
- $Date: 2008-09-11 22:09:17 +0200 (Thu, 11 Sep 2008) $
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
SignalException
public SignalException()
SignalException
public SignalException(String msg)
SignalException
public SignalException(Throwable cause)
SignalException
public SignalException(String msg,
Throwable cause)