クラス DynamicEventReportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.shimizukenta.secs.gem.DynamicEventReportException
- すべての実装されたインタフェース:
java.io.Serializable
- 直系の既知のサブクラス:
AliasNotFoundDynamicEventReportException
public class DynamicEventReportException
extends java.lang.Exception
This Exception is super class of DynamicEventReportConfig method failed.
- 関連項目:
- 直列化された形式
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 DynamicEventReportException()
Constructor.DynamicEventReportException(java.lang.String message)
Constructor.DynamicEventReportException(java.lang.String message, java.lang.Throwable cause)
Constructor.DynamicEventReportException(java.lang.Throwable cause)
Constructor. -
メソッドの概要
クラスから継承されたメソッド java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
クラスから継承されたメソッド java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
コンストラクタの詳細
-
DynamicEventReportException
public DynamicEventReportException()Constructor. -
DynamicEventReportException
public DynamicEventReportException(java.lang.String message)Constructor.- パラメータ:
message
- the detail message. The detail message is saved for later retrieval by the getMessage() method.
-
DynamicEventReportException
public DynamicEventReportException(java.lang.Throwable cause)Constructor.- パラメータ:
cause
- the cause (which is saved for later retrieval by the getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
-
DynamicEventReportException
public DynamicEventReportException(java.lang.String message, java.lang.Throwable cause)Constructor.- パラメータ:
message
- the detail message. The detail message is saved for later retrieval by the getMessage() method.cause
- the cause (which is saved for later retrieval by the getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
-