public abstract class ManagementException extends MuleException
ManagementException
is a general exception thrown by management
extensions.Modifier | Constructor and Description |
---|---|
protected |
ManagementException(Message message) |
protected |
ManagementException(Message message,
Throwable cause) |
protected |
ManagementException(Throwable cause) |
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
protected ManagementException(Message message)
message
- the exception messageprotected ManagementException(Message message, Throwable cause)
message
- the exception messagecause
- the exception that cause this exception to be thrownprotected ManagementException(Throwable cause)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.