2.17.2: 2011-06-17

net.sf.basedb.core.signal
Class SignalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.basedb.core.BaseException
                  extended by 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) $

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
SignalException()
           
SignalException(String msg)
           
SignalException(String msg, Throwable cause)
           
SignalException(Throwable cause)
           
 
Method Summary
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

SignalException

public SignalException()

SignalException

public SignalException(String msg)

SignalException

public SignalException(Throwable cause)

SignalException

public SignalException(String msg,
                       Throwable cause)

2.17.2: 2011-06-17