public class DisposeException extends LifecycleException
DisposeException
TODO (document class)INFO_LOCATION_KEY, INFO_SOURCE_XML_KEY
Constructor and Description |
---|
DisposeException(Message message,
Disposable component) |
DisposeException(Message message,
Throwable cause,
Disposable component) |
DisposeException(Throwable cause,
Disposable component) |
getComponent
resolveProcessorPath, setLocation
addInfo, appendMessage, equals, getDetailedMessage, getExceptionCode, getI18nMessage, getInfo, getMessage, getMessageCode, getSummaryMessage, getVerboseMessage, hashCode, initialise, prependMessage, setExceptionCode, setMessage, setMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DisposeException(Message message, Disposable component)
message
- the exception messagecomponent
- 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 throwncomponent
- the object that failed during a lifecycle method callpublic DisposeException(Throwable cause, Disposable component)
cause
- the exception that cause this exception to be throwncomponent
- the object that failed during a lifecycle method callCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.