クラス ItemStreamException

実装されたすべてのインターフェース:
SerializableSE

public class ItemStreamException extends RuntimeExceptionSE
ストリームの処理中に発生したエラーを表す例外。
作成者:
Dave Syer, Lucas Ward, Mahmoud Ben Hassine
関連事項:
  • コンストラクターの詳細

    • ItemStreamException

      public ItemStreamException(StringSE message)
      パラメーター:
      message - 詳細メッセージを含む文字列。
    • ItemStreamException

      public ItemStreamException(StringSE msg, ThrowableSE nested)
      メッセージとネストされた例外を持つ新しいインスタンスを構築します。
      パラメーター:
      msg - 例外メッセージ。
      nested - 例外の原因。
    • ItemStreamException

      public ItemStreamException(ThrowableSE nested)
      ネストされた例外と空のメッセージを持つ新しいインスタンスを構築します。
      パラメーター:
      nested - 例外の原因。