パッケージ jakarta.batch.operations
クラス JobSecurityException
- java.lang.ObjectSE
-
- java.lang.ThrowableSE
-
- java.lang.ExceptionSE
-
- java.lang.RuntimeExceptionSE
-
- jakarta.batch.operations.BatchRuntimeException
-
- jakarta.batch.operations.JobSecurityException
- 実装されたすべてのインターフェース:
SerializableSE
public class JobSecurityException extends BatchRuntimeException
SecurityException は、ユーザーが JobOperator メソッド(再起動、停止、中止、getter など)の実行を認可されていない場合にスローされます。- 関連事項:
- 直列化された形式
コンストラクターの概要
コンストラクター コンストラクター 説明 JobSecurityException()
JobSecurityException(StringSE message)
JobSecurityException(StringSE message, ThrowableSE cause)
JobSecurityException(ThrowableSE cause)
メソッドのサマリー
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
JobSecurityException
public JobSecurityException()
JobSecurityException
public JobSecurityException(StringSE message)
JobSecurityException
public JobSecurityException(ThrowableSE cause)
JobSecurityException
public JobSecurityException(StringSE message, ThrowableSE cause)