クラス Secs1TooBigSendMessageException

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

public class Secs1TooBigSendMessageException
extends Secs1SendMessageException
SECS-I Message Too Big Send Message Exception.
関連項目:
直列化された形式
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ 説明
    Secs1TooBigSendMessageException​(Secs1Message secs1Message)
    Constructor.
    Secs1TooBigSendMessageException​(Secs1Message secs1Message, java.lang.Throwable cause)
    Constructor.
    Secs1TooBigSendMessageException​(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
  • コンストラクタの詳細

    • Secs1TooBigSendMessageException

      public Secs1TooBigSendMessageException​(java.lang.Throwable cause)
      Constructor.
      パラメータ:
      cause - the cause
    • Secs1TooBigSendMessageException

      public Secs1TooBigSendMessageException​(Secs1Message secs1Message)
      Constructor.
      パラメータ:
      secs1Message - the SECS-I Message
    • Secs1TooBigSendMessageException

      public Secs1TooBigSendMessageException​(Secs1Message secs1Message, java.lang.Throwable cause)
      Constructor.
      パラメータ:
      secs1Message - the SECS-I Message
      cause - the cause