クラス Secs1OnTcpIpNotConnectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.shimizukenta.secs.SecsException
com.shimizukenta.secs.secs1.Secs1Exception
com.shimizukenta.secs.secs1.Secs1SendByteException
com.shimizukenta.secs.secs1ontcpip.Secs1OnTcpIpNotConnectedException
- すべての実装されたインタフェース:
java.io.Serializable
public class Secs1OnTcpIpNotConnectedException extends Secs1SendByteException
SECS-I-on-TCP/IP NOT connected Exception.
- 関連項目:
- 直列化された形式
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 Secs1OnTcpIpNotConnectedException()Constructor.Secs1OnTcpIpNotConnectedException(java.lang.String message)Constructor.Secs1OnTcpIpNotConnectedException(java.lang.String message, java.lang.Throwable cause)Constructor.Secs1OnTcpIpNotConnectedException(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
-
コンストラクタの詳細
-
Secs1OnTcpIpNotConnectedException
public Secs1OnTcpIpNotConnectedException()Constructor. -
Secs1OnTcpIpNotConnectedException
public Secs1OnTcpIpNotConnectedException(java.lang.String message)Constructor.- パラメータ:
message- the message
-
Secs1OnTcpIpNotConnectedException
public Secs1OnTcpIpNotConnectedException(java.lang.Throwable cause)Constructor.- パラメータ:
cause- the cause
-
Secs1OnTcpIpNotConnectedException
public Secs1OnTcpIpNotConnectedException(java.lang.String message, java.lang.Throwable cause)Constructor.- パラメータ:
message- the messagecause- the cause
-