public class DisposeException extends LifecycleException
DisposeException TODO (document class)| Constructor and Description |
|---|
DisposeException(Message message,
Disposable component) |
DisposeException(Message message,
Throwable cause,
Disposable component) |
DisposeException(Throwable cause,
Disposable component) |
getComponentaddInfo, 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 DisposeException(Message message, Disposable component)
message - the exception messageservice - the object that failed during a lifecycle method callpublic DisposeException(Message message, Throwable cause, Disposable component)
message - the exception messagecause - the exception that cause this exception to be thrownservice - the object that failed during a lifecycle method callpublic DisposeException(Throwable cause, Disposable component)
cause - the exception that cause this exception to be thrownservice - the object that failed during a lifecycle method callCopyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.