Top Description Fields Constructors
jakarta.batch.operations

public Class NoSuchJobExecutionException

extends BatchRuntimeException
Class Inheritance

Used in JobOperator methods when referencing a job execution value which does not correspond to a job execution recognized by the implementation's repository.

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
public
public
public

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides jakarta.batch.operations.BatchRuntimeException.serialVersionUID.

Constructor Detail

NoSuchJobExecutionExceptionback to summary
public NoSuchJobExecutionException()
NoSuchJobExecutionExceptionback to summary
public NoSuchJobExecutionException(String message)
NoSuchJobExecutionExceptionback to summary
public NoSuchJobExecutionException(Throwable cause)
NoSuchJobExecutionExceptionback to summary
public NoSuchJobExecutionException(String message, Throwable cause)