クラス WriterNotOpenException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.batch.infrastructure.item.ItemWriterException
org.springframework.batch.infrastructure.item.WriterNotOpenException
- 実装済みのインターフェース一覧:
SerializableSE
ItemWriter に書き込む前に開く必要があることを示す例外。- 作成者:
- Lucas Ward, Mahmoud Ben Hassine
- 関連事項:
コンストラクター概要
コンストラクターコンストラクター説明WriterNotOpenException(StringSE message) メッセージに基づいて新しいWriterNotOpenExceptionを作成します。WriterNotOpenException(StringSE msg, ThrowableSE nested) メッセージと別の例外に基づいて、新しいWriterNotOpenExceptionを作成します。方法の概要
コンストラクターの詳細
WriterNotOpenException
メッセージに基づいて新しいWriterNotOpenExceptionを作成します。- パラメーター:
message- この例外のメッセージ
WriterNotOpenException
メッセージと別の例外に基づいて、新しいWriterNotOpenExceptionを作成します。- パラメーター:
msg- この例外のメッセージnested- 他の例外