Package jakarta.batch.operations
Class NoSuchJobInstanceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.batch.operations.BatchRuntimeException
jakarta.batch.operations.NoSuchJobInstanceException
- All Implemented Interfaces:
Serializable
Used in JobOperator methods when referencing a job instance value
which does not correspond to a job instance recognized by the
implementation's repository.
- See Also:
-
Constructor Summary
ConstructorDescriptionNoSuchJobInstanceException
(String message) NoSuchJobInstanceException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchJobInstanceException
public NoSuchJobInstanceException() -
NoSuchJobInstanceException
-
NoSuchJobInstanceException
-
NoSuchJobInstanceException
-