public class RecoverableException
extends org.mule.runtime.api.lifecycle.InitialisationException
RecoverableException can be thrown during initialisation to indicate that the error occurred is not fatal and a
reactive action can be performed to try and remedy the error. The most common example would be a Connector failing to connect
due to a JVM_BIND exception.| Constructor and Description |
|---|
RecoverableException(org.mule.runtime.api.i18n.I18nMessage message,
org.mule.runtime.api.lifecycle.Initialisable object) |
RecoverableException(org.mule.runtime.api.i18n.I18nMessage message,
org.mule.runtime.api.lifecycle.Initialisable object,
Throwable cause) |
resolveProcessorPath, setLocation, toStringaddInfo, appendMessage, appendSummaryMessage, equals, getDetailedMessage, getExceptionCode, getI18nMessage, getInfo, getMessage, getMessageCode, getSummaryMessage, getVerboseMessage, hashCode, initialise, isVerboseExceptions, prependMessage, setExceptionCode, setMessage, setMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RecoverableException(org.mule.runtime.api.i18n.I18nMessage message,
org.mule.runtime.api.lifecycle.Initialisable object)
message - the exception messagepublic RecoverableException(org.mule.runtime.api.i18n.I18nMessage message,
org.mule.runtime.api.lifecycle.Initialisable object,
Throwable cause)
message - the exception messagecause - the exception that cause this exception to be thrownCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.