com.swath
Class DaemonException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.swath.SwathException
              extended bycom.swath.DaemonException
All Implemented Interfaces:
java.io.Serializable

public class DaemonException
extends com.swath.SwathException

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.
 
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