public class LifecycleException extends MuleException
LifecycleException TODO| Constructor and Description |
|---|
LifecycleException(Message message,
Object component) |
LifecycleException(Message message,
Throwable cause,
Object component) |
LifecycleException(Throwable cause,
Object component) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getComponent() |
addInfo, appendMessage, equals, getDetailedMessage, getExceptionCode, getI18nMessage, getInfo, getMessage, getMessageCode, hashCode, initialise, prependMessage, setExceptionCode, setMessage, setMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LifecycleException(Message message, Object component)
message - the exception messageservice - the object that failed during a lifecycle method callpublic LifecycleException(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 callpublic Object getComponent()
Copyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.