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