public abstract class ItemWriterException
extends java.lang.RuntimeException
ItemWriter
extend.Constructor and Description |
---|
ItemWriterException(java.lang.String message)
Create a new
ItemWriterException based on a message. |
ItemWriterException(java.lang.String message,
java.lang.Throwable cause)
Create a new
ItemWriterException based on a message and another exception. |
public ItemWriterException(java.lang.String message, java.lang.Throwable cause)
ItemWriterException
based on a message and another exception.message
- the message for this exceptioncause
- the other exceptionpublic ItemWriterException(java.lang.String message)
ItemWriterException
based on a message.message
- the message for this exception