クラス FlushFailedException

java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.batch.support.transaction.FlushFailedException
実装されたすべてのインターフェース:
SerializableSE

public class FlushFailedException extends RuntimeExceptionSE
バッファをフラッシュしようとしたときにエラーが発生したことを示すチェックされていない例外。
作成者:
Lucas Ward, Ben Hale, Mahmoud Ben Hassine
関連事項:
  • コンストラクターの詳細

    • FlushFailedException

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

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