パッケージ 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)