Class FlushFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.batch.support.transaction.FlushFailedException
All Implemented Interfaces:
Serializable

public class FlushFailedException extends RuntimeException
Unchecked exception indicating that an error has occurred while trying to flush a buffer.
Author:
Lucas Ward, Ben Hale
See Also:
  • Constructor Details

    • FlushFailedException

      public FlushFailedException(String message, Throwable cause)
      Create a new FlushFailedException based on a message and another exception.
      Parameters:
      message - the message for this exception
      cause - the other exception
    • FlushFailedException

      public FlushFailedException(String message)
      Create a new FlushFailedException based on a message.
      Parameters:
      message - the message for this exception