public class SchedulingException extends NestedRuntimeException
| コンストラクターと説明 |
|---|
SchedulingException(StringSE msg)SchedulingException のコンストラクター。 |
SchedulingException(StringSE msg, ThrowableSE cause)SchedulingException のコンストラクター。 |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic SchedulingException(StringSE msg)
msg - 詳細メッセージ public SchedulingException(StringSE msg, ThrowableSE cause)
msg - 詳細メッセージ cause - 根本原因 (通常、Quartz などの基礎となるスケジューリング API を使用して)