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