ch.javasoft.job
Class UncaughtJobTerminationHandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UncaughtJobTerminationHandlerException
public UncaughtJobTerminationHandlerException(String message,
Throwable cause)