クラス Secs1TimeoutT3Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.shimizukenta.secs.SecsException
com.shimizukenta.secs.SecsWaitReplyMessageException
com.shimizukenta.secs.secs1.Secs1WaitReplyMessageException
com.shimizukenta.secs.secs1.Secs1TimeoutT3Exception
- すべての実装されたインタフェース:
java.io.Serializable
public class Secs1TimeoutT3Exception extends Secs1WaitReplyMessageException
SECS-I T3-Timeout Exception.
- 関連項目:
- 直列化された形式
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 Secs1TimeoutT3Exception(Secs1Message primaryMessage)
Constructor.Secs1TimeoutT3Exception(Secs1Message primaryMessage, java.lang.Throwable cause)
Constructor. -
メソッドの概要
クラスから継承されたメソッド com.shimizukenta.secs.SecsException
secsMessage
クラスから継承されたメソッド 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
-
コンストラクタの詳細
-
Secs1TimeoutT3Exception
Constructor.- パラメータ:
primaryMessage
- the primary SECS-I Message
-
Secs1TimeoutT3Exception
Constructor.- パラメータ:
primaryMessage
- the primary SECS-I Messagecause
- the cause
-