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