org.sca4j.host.work
Class WorkSchedulerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sca4j.host.SCA4JRuntimeException
                  extended by org.sca4j.host.work.WorkSchedulerException
All Implemented Interfaces:
java.io.Serializable

public class WorkSchedulerException
extends SCA4JRuntimeException

Exception thrown by the work scheduler in case of unexpected exceptions.

Version:
$Rev: 5150 $ $Date: 2008-08-03 13:04:06 +0100 (Sun, 03 Aug 2008) $
See Also:
Serialized Form

Constructor Summary
WorkSchedulerException(java.lang.Throwable cause)
          Wraps the root cause.
 
Method Summary
 
Methods inherited from class org.sca4j.host.SCA4JRuntimeException
getIdentifier
 
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
 

Constructor Detail

WorkSchedulerException

public WorkSchedulerException(java.lang.Throwable cause)
Wraps the root cause.

Parameters:
cause - Root cause for the exception.


Copyright © 2008-2011 Service Symphony. All Rights Reserved.