ch.javasoft.job
Class UncaughtJobTerminationHandlerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ch.javasoft.job.UncaughtJobTerminationHandlerException
All Implemented Interfaces:
Serializable

public class UncaughtJobTerminationHandlerException
extends RuntimeException

This exception is thrown if a registered JobTerminationHandler throws an exception during notification.
Note that this exception aborts the job execution process, it is not returned as an exceptional job termination result.

See Also:
Serialized Form

Constructor Summary
UncaughtJobTerminationHandlerException(String message, 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
 

Constructor Detail

UncaughtJobTerminationHandlerException

public UncaughtJobTerminationHandlerException(String message,
                                              Throwable cause)