クラス WriterNotOpenException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.batch.item.ItemWriterException
org.springframework.batch.item.WriterNotOpenException
- 実装されているすべてのインターフェース:
SerializableSE
ItemWriter に書き込む前に開く必要があることを示す例外。- 作成者:
- Lucas Ward, Mahmoud Ben Hassine
- 関連事項:
コンストラクターの概要
コンストラクターコンストラクター説明WriterNotOpenException(StringSE message) メッセージに基づいて新しいWriterNotOpenExceptionを作成します。WriterNotOpenException(StringSE msg, ThrowableSE nested) メッセージと別の例外に基づいて、新しいWriterNotOpenExceptionを作成します。メソッドのサマリー
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
WriterNotOpenException
メッセージに基づいて新しいWriterNotOpenExceptionを作成します。- パラメーター:
message- この例外のメッセージ
WriterNotOpenException
メッセージと別の例外に基づいて、新しいWriterNotOpenExceptionを作成します。- パラメーター:
msg- この例外のメッセージnested- 他の例外