クラス SchedulingException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.core.NestedRuntimeException
org.springframework.scheduling.SchedulingException
- 実装されているすべてのインターフェース:
SerializableSE
スケジューラがすでにシャットダウンしているなど、スケジュールの失敗時にスローされる一般的な例外。通常、スケジュールの失敗は致命的であるため、チェックを外します。
- 導入:
- 2.0
- 作成者:
- Juergen Hoeller
- 関連事項:
コンストラクターの概要
コンストラクターコンストラクター説明SchedulingException のコンストラクター。SchedulingException(StringSE msg, ThrowableSE cause) SchedulingException のコンストラクター。メソッドのサマリー
クラス NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCause
コンストラクターの詳細
SchedulingException
SchedulingException
SchedulingException のコンストラクター。- パラメーター:
msg- 詳細メッセージcause- 根本原因 (通常、Quartz などの基礎となるスケジューリング API を使用して)