public class BatchFailureHandlingException extends BatchException
| Constructor and Description |
|---|
BatchFailureHandlingException(Throwable cause,
Throwable derivate,
BatchJobInstance jobInstance)
Builds this exception
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getDerivate() |
getJobInstanceaddInfo, appendMessage, equals, getDetailedMessage, getI18nMessage, getInfo, getMessage, getMessageCode, getSummaryMessage, getVerboseMessage, hashCode, isVerboseExceptions, prependMessage, refreshVerboseExceptions, setMessage, setMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BatchFailureHandlingException(Throwable cause, Throwable derivate, BatchJobInstance jobInstance)
cause - the exception that was originally being handledderivate - the exception that occurred during the processing of the original causejobInstance - the batch job that was being processedpublic Throwable getDerivate()
Copyright © 2006–2019 MuleSoft, Inc.. All rights reserved.