クラス HsmsControlMessageLengthBytesGreaterThanTenException

java.lang.Object
java.lang.Throwable
java.lang.Exception
すべての実装されたインタフェース:
java.io.Serializable

public class HsmsControlMessageLengthBytesGreaterThanTenException
extends HsmsMessageLengthBytesException
HSMS Control Message length-byte >10 Exception.
関連項目:
直列化された形式
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ 説明
    HsmsControlMessageLengthBytesGreaterThanTenException​(HsmsMessageType type, long length)
    Constructor.
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    HsmsMessageType type()
    Returns HsmsMessageType.

    クラスから継承されたメソッド com.shimizukenta.secs.hsms.HsmsMessageLengthBytesException

    length

    クラスから継承されたメソッド 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
  • コンストラクタの詳細

    • HsmsControlMessageLengthBytesGreaterThanTenException

      public HsmsControlMessageLengthBytesGreaterThanTenException​(HsmsMessageType type, long length)
      Constructor.
      パラメータ:
      type - the message type
      length - the byte length
  • メソッドの詳細

    • type

      public HsmsMessageType type()
      Returns HsmsMessageType.
      戻り値:
      HsmsMessageType