Class FlushFailedException
- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.lang.RuntimeException
- org.springframework.batch.support.transaction.FlushFailedException
- All Implemented Interfaces:
java.io.Serializable
public class FlushFailedException extends java.lang.RuntimeExceptionUnchecked exception indicating that an error has occurred while trying to flush a buffer.- Author:
- Lucas Ward, Ben Hale
- See Also:
- Serialized Form
Constructor Summary
Constructors Constructor Description FlushFailedException(java.lang.String message)Create a newFlushFailedExceptionbased on a message.FlushFailedException(java.lang.String message, java.lang.Throwable cause)Create a newFlushFailedExceptionbased on a message and another exception.
Constructor Detail
FlushFailedException
public FlushFailedException(java.lang.String message, java.lang.Throwable cause)Create a newFlushFailedExceptionbased on a message and another exception.- Parameters:
message- the message for this exceptioncause- the other exception
FlushFailedException
public FlushFailedException(java.lang.String message)
Create a newFlushFailedExceptionbased on a message.- Parameters:
message- the message for this exception