クラス HsmsMessageLengthBytesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.shimizukenta.secs.SecsException
com.shimizukenta.secs.hsms.HsmsException
com.shimizukenta.secs.hsms.HsmsMessageLengthBytesException
- すべての実装されたインタフェース:
java.io.Serializable
- 直系の既知のサブクラス:
HsmsControlMessageLengthBytesGreaterThanTenException
,HsmsMessageLengthBytesLowerThanTenException
public class HsmsMessageLengthBytesException extends HsmsException
HSMS Message Length byte Exception.
- 関連項目:
- 直列化された形式
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 HsmsMessageLengthBytesException(long length)
Constructor.HsmsMessageLengthBytesException(java.lang.String message, long length)
Constructor. -
メソッドの概要
修飾子とタイプ メソッド 説明 long
length()
Returns length size.クラスから継承されたメソッド 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
-
コンストラクタの詳細
-
HsmsMessageLengthBytesException
public HsmsMessageLengthBytesException(long length)Constructor.- パラメータ:
length
- the length size
-
HsmsMessageLengthBytesException
public HsmsMessageLengthBytesException(java.lang.String message, long length)Constructor.- パラメータ:
message
- the messagelength
- the length size
-
-
メソッドの詳細
-
length
public long length()Returns length size.- 戻り値:
- length size
-