public class BatchFailureHandlingException extends BatchException
| Constructor and Description |
|---|
BatchFailureHandlingException(Throwable cause,
Throwable derivate,
com.mulesoft.mule.runtime.module.batch.api.BatchJobInstance jobInstance)
Builds this exception
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getDerivate() |
getJobInstanceaddAllInfo, addInfo, appendMessage, equals, getAdditionalInfo, getDetailedMessage, getExceptionInfo, 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, com.mulesoft.mule.runtime.module.batch.api.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–2022 MuleSoft, Inc.. All rights reserved.