public class InitialisationException extends LifecycleException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface.
IinitialisationExceptions are fatal and will cause the current Mule instance to
shutdown.| Constructor and Description |
|---|
InitialisationException(Message message,
Initialisable component) |
InitialisationException(Message message,
Throwable cause,
Initialisable component) |
InitialisationException(Throwable cause,
Initialisable component) |
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 InitialisationException(Message message, Initialisable component)
message - the exception messagecomponent - the object that failed during a lifecycle method callpublic InitialisationException(Message 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 © 2003–2015 MuleSoft, Inc.. All rights reserved.