クラス WriterNotOpenException

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

public class WriterNotOpenException extends ItemWriterException
ItemWriter に書き込む前に開く必要があることを示す例外。
作成者:
Lucas Ward, Mahmoud Ben Hassine
関連事項:
  • コンストラクターの詳細

    • WriterNotOpenException

      public WriterNotOpenException(StringSE message)
      メッセージに基づいて新しい WriterNotOpenException を作成します。
      パラメーター:
      message - この例外のメッセージ
    • WriterNotOpenException

      public WriterNotOpenException(StringSE msg, ThrowableSE nested)
      メッセージと別の例外に基づいて、新しい WriterNotOpenException を作成します。
      パラメーター:
      msg - この例外のメッセージ
      nested - 他の例外