com.swath
Class DaemonException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.swath.DaemonException
All Implemented Interfaces:
java.io.Serializable

public class DaemonException
extends java.lang.Exception

Daemon exception.
Thrown when a daemon fails for some reason.
You can throw this exception from your own daemon.

Since:
SWATH 1.7
See Also:
Serialized Form

Constructor Summary
DaemonException(java.lang.String error)
          Constructor.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DaemonException

public DaemonException(java.lang.String error)
Constructor.

Parameters:
error - The error text.
Since:
SWATH 1.7