jsr.daemon
Class DaemonException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jsr.daemon.DaemonException
All Implemented Interfaces:
java.io.Serializable

public class DaemonException
extends java.lang.Exception

exception thrown by daemons if a problem occurs during life cycle update

See Also:
Serialized Form

Constructor Summary
DaemonException()
          default constructor of the exception
DaemonException(java.lang.String detail)
          contructor for supplying a detailed message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DaemonException

public DaemonException()
default constructor of the exception

DaemonException

public DaemonException(java.lang.String detail)
contructor for supplying a detailed message
Parameters:
detail - message to be bound to the exception to be created