org.springframework.batch.item
Class FlushFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.batch.item.ItemWriterException
org.springframework.batch.item.FlushFailedException
- All Implemented Interfaces:
- Serializable
public class FlushFailedException
- extends ItemWriterException
Unchecked exception indicating that an error has occurred while trying to call ItemWriter.flush()
- Author:
- Lucas Ward, Ben Hale
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FlushFailedException
public FlushFailedException(String message,
Throwable cause)
- Create a new
FlushFailedException
based on a message and another exception.
- Parameters:
message
- the message for this exceptioncause
- the other exception
FlushFailedException
public FlushFailedException(String message)
- Create a new
FlushFailedException
based on a message.
- Parameters:
message
- the message for this exception
Copyright © 2009 SpringSource. All Rights Reserved.