org.springframework.batch.item
Class ItemReaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.batch.item.ItemReaderException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MarkFailedException, NoWorkFoundException, ParseException, ReaderNotOpenException, ResetFailedException, UnexpectedInputException, ValidationException, WriterNotOpenException
public abstract class ItemReaderException
- extends RuntimeException
A base exception class that all exceptions thrown from an ItemReader
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 |
ItemReaderException
public ItemReaderException(String message,
Throwable cause)
- Create a new
ItemReaderException
based on a message and another exception.
- Parameters:
message
- the message for this exceptioncause
- the other exception
ItemReaderException
public ItemReaderException(String message)
- Create a new
ItemReaderException
based on a message.
- Parameters:
message
- the message for this exception
Copyright © 2009 SpringSource. All Rights Reserved.