org.springframework.batch.item
Class ReaderNotOpenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.batch.item.ItemReaderException
org.springframework.batch.item.ReaderNotOpenException
- All Implemented Interfaces:
- Serializable
public class ReaderNotOpenException
- extends ItemReaderException
Exception indicating that an ItemReader
needed to be opened before read.
- 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 |
ReaderNotOpenException
public ReaderNotOpenException(String message)
- Create a new
ReaderNotOpenException
based on a message.
- Parameters:
message
- the message for this exception
ReaderNotOpenException
public ReaderNotOpenException(String msg,
Throwable nested)
- Create a new
ReaderNotOpenException
based on a message and another exception.
- Parameters:
msg
- the message for this exceptionnested
- the other exception
Copyright © 2009 SpringSource. All Rights Reserved.