パッケージ jakarta.batch.operations
クラス JobExecutionNotRunningException
- java.lang.ObjectSE
-
- java.lang.ThrowableSE
-
- java.lang.ExceptionSE
-
- java.lang.RuntimeExceptionSE
-
- jakarta.batch.operations.BatchRuntimeException
-
- jakarta.batch.operations.JobExecutionNotRunningException
- 実装されているすべてのインターフェース:
SerializableSE
public class JobExecutionNotRunningException extends BatchRuntimeException
現在実行されていないジョブインスタンスでJobOperator.stop(long)が呼び出されると、JobExecutionNotRunningException がスローされます。- 関連事項:
- 連載形式
コンストラクターの概要
コンストラクター コンストラクター 説明 JobExecutionNotRunningException()JobExecutionNotRunningException(StringSE message)JobExecutionNotRunningException(StringSE message, ThrowableSE cause)JobExecutionNotRunningException(ThrowableSE cause)
方法の概要
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
JobExecutionNotRunningException
public JobExecutionNotRunningException()
JobExecutionNotRunningException
public JobExecutionNotRunningException(StringSE message)
JobExecutionNotRunningException
public JobExecutionNotRunningException(ThrowableSE cause)
JobExecutionNotRunningException
public JobExecutionNotRunningException(StringSE message, ThrowableSE cause)