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
public class NoSuchJobInstanceException extends BatchRuntimeException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchJobInstanceException()
NoSuchJobInstanceException(String message)
NoSuchJobInstanceException(String message, Throwable cause)
NoSuchJobInstanceException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-