public class InitialisationException extends LifecycleException
InitialisationException is thrown by the initialise method defined in the
Initialisable interface. IinitialisationExceptions are fatal and will cause
the current Mule instance to shutdown.INFO_LOCATION_KEY, INFO_SOURCE_XML_KEY, verboseExceptions| Constructor and Description |
|---|
InitialisationException(I18nMessage message,
Initialisable component) |
InitialisationException(I18nMessage message,
Throwable cause,
Initialisable component) |
InitialisationException(Throwable cause,
Initialisable component) |
getComponent, resolveProcessorPathsetLocation, toStringaddInfo, appendMessage, appendSummaryMessage, 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 InitialisationException(I18nMessage message, Initialisable component)
message - the exception messagecomponent - the object that failed during a lifecycle method callpublic InitialisationException(I18nMessage message, Throwable cause, Initialisable component)
message - the exception messagecause - the exception that cause this exception to be throwncomponent - the object that failed during a lifecycle method callpublic InitialisationException(Throwable cause, Initialisable component)
cause - the exception that cause this exception to be throwncomponent - the object that failed during a lifecycle method callCopyright © 2017 MuleSoft, Inc.. All rights reserved.