クラス 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 のコンストラクター。メソッドのサマリー
クラス org.springframework.core.NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCause
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
SchedulingException
SchedulingException のコンストラクター。- パラメーター:
msg
- 詳細メッセージ
SchedulingException
SchedulingException のコンストラクター。- パラメーター:
msg
- 詳細メッセージcause
- 根本原因 (通常、Quartz などの基礎となるスケジューリング API を使用して)