クラス Secs1Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.shimizukenta.secs.SecsException
com.shimizukenta.secs.secs1.Secs1Exception
- すべての実装されたインタフェース:
java.io.Serializable
- 直系の既知のサブクラス:
Secs1IllegalLengthByteException
,Secs1NotReceiveAckException
,Secs1NotReceiveNextBlockEnqException
,Secs1RetryCountUpException
,Secs1RetryOverException
,Secs1SendByteException
,Secs1SumCheckMismatchException
,Secs1TimeoutT1Exception
,Secs1TimeoutT2Exception
,Secs1TimeoutT4Exception
public class Secs1Exception extends SecsException
SECS communicate Exception.
- 関連項目:
- 直列化された形式
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 Secs1Exception()
Constructor.Secs1Exception(java.lang.String message)
Constructor.Secs1Exception(java.lang.String message, java.lang.Throwable cause)
Constructor.Secs1Exception(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
-
コンストラクタの詳細
-
Secs1Exception
public Secs1Exception()Constructor. -
Secs1Exception
public Secs1Exception(java.lang.String message)Constructor.- パラメータ:
message
- the message
-
Secs1Exception
public Secs1Exception(java.lang.Throwable cause)Constructor.- パラメータ:
cause
- the cause
-
Secs1Exception
public Secs1Exception(java.lang.String message, java.lang.Throwable cause)Constructor.- パラメータ:
message
- the messagecause
- the cause
-