public class BatchException
extends org.mule.runtime.api.exception.MuleException
| Constructor and Description |
|---|
BatchException(org.mule.runtime.api.i18n.I18nMessage message,
com.mulesoft.mule.runtime.module.batch.api.BatchJobInstance jobInstance) |
BatchException(org.mule.runtime.api.i18n.I18nMessage message,
Throwable cause,
com.mulesoft.mule.runtime.module.batch.api.BatchJobInstance jobInstance) |
BatchException(Throwable cause,
com.mulesoft.mule.runtime.module.batch.api.BatchJobInstance jobInstance) |
| Modifier and Type | Method and Description |
|---|---|
com.mulesoft.mule.runtime.module.batch.api.BatchJobInstance |
getJobInstance() |
addAllInfo, 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 BatchException(org.mule.runtime.api.i18n.I18nMessage message,
com.mulesoft.mule.runtime.module.batch.api.BatchJobInstance jobInstance)
message - the exception messagepublic BatchException(org.mule.runtime.api.i18n.I18nMessage message,
Throwable cause,
com.mulesoft.mule.runtime.module.batch.api.BatchJobInstance jobInstance)
message - the exception messagecause - the exception that triggered this exceptionpublic BatchException(Throwable cause, com.mulesoft.mule.runtime.module.batch.api.BatchJobInstance jobInstance)
cause - the exception that triggered this exceptionCopyright © 2006–2022 MuleSoft, Inc.. All rights reserved.