Package com.exedio.cope.util
Class JobStop
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.exedio.cope.util.JobStop
- All Implemented Interfaces:
Serializable
Signals, that a job is to be terminated as soon as possible,
when calling
JobContext.stopIfRequested()
.- Author:
- Ralf Wiebicke
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JobStop
- Parameters:
message
- Should contain detailed information about the request to stop the job
-
JobStop
Deprecated.UseJobStop(String)
instead.
-
JobStop(String)
instead.