public class StopException extends LifecycleException
DisposeException TODO (document class)| Constructor and Description |
|---|
StopException(Message message,
Stoppable component) |
StopException(Message message,
Throwable cause,
Stoppable component) |
StopException(Throwable cause,
Stoppable component) |
getComponentaddInfo, appendMessage, equals, getDetailedMessage, getExceptionCode, getI18nMessage, getInfo, getMessage, getMessageCode, getSummaryMessage, getVerboseMessage, hashCode, initialise, prependMessage, setExceptionCode, setMessage, setMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StopException(Message message, Stoppable component)
message - the exception messagecomponent - the object that failed during a lifecycle method callpublic StopException(Message message, Throwable cause, Stoppable component)
message - the exception messagecause - the exception that cause this exception to be throwncomponent - the object that failed during a lifecycle method callCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.