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