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