public abstract class ItemWriterException extends RuntimeException
ItemWriter
extend.Constructor and Description |
---|
ItemWriterException(String message)
Create a new
ItemWriterException based on a message. |
ItemWriterException(String message,
Throwable cause)
Create a new
ItemWriterException based on a message and another exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ItemWriterException(String message, Throwable cause)
ItemWriterException
based on a message and another exception.message
- the message for this exceptioncause
- the other exceptionpublic ItemWriterException(String message)
ItemWriterException
based on a message.message
- the message for this exceptionCopyright © 2014 Pivotal. All rights reserved.