public class FatalException extends LifecycleException
FatalException
can be thrown during initialisation or during
execution to indicate that something fatal has occurred and the MuleManager must
shutdown.Constructor and Description |
---|
FatalException(Message message,
Object component) |
FatalException(Message message,
Throwable cause,
Object component) |
FatalException(Throwable cause,
Object 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 FatalException(Message message, Object component)
message
- the exception messageservice
- the object that failed during a lifecycle method callpublic FatalException(Message message, Throwable cause, Object 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.