类 ReaderNotOpenException
- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.lang.RuntimeException
- org.springframework.batch.item.ItemReaderException
- org.springframework.batch.item.ReaderNotOpenException
- 所有已实现的接口:
java.io.Serializable
public class ReaderNotOpenException extends ItemReaderException
Exception indicating that anItemReaderneeded to be opened before read.- 作者:
- Ben Hale
- 另请参阅:
- 序列化表格
构造器概要
构造器 构造器 说明 ReaderNotOpenException(java.lang.String message)Create a newReaderNotOpenExceptionbased on a message.ReaderNotOpenException(java.lang.String msg, java.lang.Throwable nested)Create a newReaderNotOpenExceptionbased on a message and another exception.
构造器详细资料
ReaderNotOpenException
public ReaderNotOpenException(java.lang.String message)
Create a newReaderNotOpenExceptionbased on a message.- 参数:
message- the message for this exception
ReaderNotOpenException
public ReaderNotOpenException(java.lang.String msg, java.lang.Throwable nested)
Create a newReaderNotOpenExceptionbased on a message and another exception.- 参数:
msg- the message for this exceptionnested- the other exception