public class RecoverableException extends 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(Message message,
Initialisable object) |
RecoverableException(Message message,
Initialisable object,
Throwable cause) |
getComponentaddInfo, appendMessage, equals, getDetailedMessage, getExceptionCode, getI18nMessage, getInfo, getMessage, getMessageCode, getSummaryMessage, getVerboseMessage, hashCode, initialise, prependMessage, setExceptionCode, setMessage, setMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RecoverableException(Message message, Initialisable object)
message - the exception messagepublic RecoverableException(Message message, Initialisable object, Throwable cause)
message - the exception messagecause - the exception that cause this exception to be thrownCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.