public class StartException
extends org.mule.runtime.api.lifecycle.LifecycleException
DisposeException TODO (document class)| Constructor and Description |
|---|
StartException(org.mule.runtime.api.i18n.I18nMessage message,
org.mule.runtime.api.lifecycle.Startable component) |
StartException(org.mule.runtime.api.i18n.I18nMessage message,
Throwable cause,
org.mule.runtime.api.lifecycle.Startable component) |
StartException(Throwable cause,
org.mule.runtime.api.lifecycle.Startable component) |
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 StartException(org.mule.runtime.api.i18n.I18nMessage message,
org.mule.runtime.api.lifecycle.Startable component)
message - the exception messagecomponent - the object that failed during a lifecycle method callpublic StartException(org.mule.runtime.api.i18n.I18nMessage message,
Throwable cause,
org.mule.runtime.api.lifecycle.Startable component)
message - the exception messagecause - the exception that cause this exception to be throwncomponent - the object that failed during a lifecycle method callpublic StartException(Throwable cause, org.mule.runtime.api.lifecycle.Startable component)
cause - the exception that cause this exception to be throwncomponent - the object that failed during a lifecycle method callCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.