JavaScript is disabled on your browser.
Detail:
Field |
Constr |
Method
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.soafaces.bundle.workflow.JobExitException
All Implemented Interfaces:
java.io.Serializable
public class JobExitException
extends java.lang.RuntimeException
Typically called by a Tasklet to stop the job from executing any
further. This provides a Tasklet with a way to gracefully stop
a job without being considered a failure.
Author:
Sam Taha
See Also: Serialized Form
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Detail:
Field |
Constr |
Method
Copyright © Grand Logic, Inc. All Rights Reserved.