Class WriteFailedException

All Implemented Interfaces:
Serializable

public class WriteFailedException extends ItemWriterException
Unchecked exception indicating that an error has occurred while trying to clear a buffer on a rollback.
Author:
Lucas Ward, Ben Hale, Mahmoud Ben Hassine
See Also:
  • Constructor Details

    • WriteFailedException

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

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