public class DefaultMuleException extends MuleException
MuleException
Is the base exception type for the Mule application
any other exceptions thrown by Mule code will be based on this exception.Constructor and Description |
---|
DefaultMuleException(Message message) |
DefaultMuleException(Message message,
Throwable cause) |
DefaultMuleException(String message) |
DefaultMuleException(String message,
Throwable cause) |
DefaultMuleException(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
public DefaultMuleException(String message)
public DefaultMuleException(Message message)
message
- the exception messagepublic DefaultMuleException(Message message, Throwable cause)
message
- the exception messagecause
- the exception that cause this exception to be thrownpublic DefaultMuleException(Throwable cause)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.