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