パッケージ com.shimizukenta.secs
インタフェース SecsThrowableLog
- すべてのスーパーインタフェース:
SecsLog
- 既知のサブインタフェースのリスト:
SecsWaitReplyMessageExceptionLog
public interface SecsThrowableLog extends SecsLog
This interface is extend with Throwable.
To get Throwable cause, getCause()
.
-
メソッドの概要
修飾子とタイプ メソッド 説明 java.lang.Throwable
getCause()
Returns cause.インタフェースから継承されたメソッド com.shimizukenta.secs.SecsLog
optionalValueString, subject, subjectHeader, timestamp, value
-
メソッドの詳細
-
getCause
java.lang.Throwable getCause()Returns cause.- 戻り値:
- cause
-