org.springframework.batch.item
Class ItemWriterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.batch.item.ItemWriterException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AsynchronousFailureException, ClearFailedException, FlushFailedException
public abstract class ItemWriterException
- extends RuntimeException
A base exception class that all exceptions thrown from an ItemWriter
extend.
- Author:
- Ben Hale
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ItemWriterException
public ItemWriterException(String message,
Throwable cause)
- Create a new
ItemWriterException
based on a message and another exception.
- Parameters:
message
- the message for this exceptioncause
- the other exception
ItemWriterException
public ItemWriterException(String message)
- Create a new
ItemWriterException
based on a message.
- Parameters:
message
- the message for this exception
Copyright © 2009 SpringSource. All Rights Reserved.