public class StartException extends LifecycleException
DisposeException
TODO (document class)Constructor and Description |
---|
StartException(Message message,
Startable component) |
StartException(Message message,
Throwable cause,
Startable component) |
StartException(Throwable cause,
Startable component) |
getComponent
addInfo, appendMessage, equals, getDetailedMessage, getExceptionCode, getI18nMessage, getInfo, getMessage, getMessageCode, hashCode, initialise, prependMessage, setExceptionCode, setMessage, setMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public StartException(Message message, Startable component)
message
- the exception messageservice
- the object that failed during a lifecycle method callpublic StartException(Message message, Throwable cause, Startable component)
message
- the exception messagecause
- the exception that cause this exception to be thrownservice
- the object that failed during a lifecycle method callCopyright © 2003–2013 MuleSource, Inc.. All rights reserved.