public class DefaultMuleException
extends org.mule.runtime.api.exception.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(org.mule.runtime.api.i18n.I18nMessage message) |
DefaultMuleException(org.mule.runtime.api.i18n.I18nMessage message,
Throwable cause) |
DefaultMuleException(String message) |
DefaultMuleException(String message,
Throwable cause) |
DefaultMuleException(Throwable cause) |
addInfo, appendMessage, appendSummaryMessage, equals, getDetailedMessage, getExceptionCode, getI18nMessage, getInfo, getMessage, getMessageCode, getSummaryMessage, getVerboseMessage, hashCode, initialise, isVerboseExceptions, prependMessage, setExceptionCode, setMessage, setMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DefaultMuleException(String message)
public DefaultMuleException(org.mule.runtime.api.i18n.I18nMessage message)
message - the exception messagepublic DefaultMuleException(org.mule.runtime.api.i18n.I18nMessage message,
Throwable cause)
message - the exception messagecause - the exception that cause this exception to be thrownpublic DefaultMuleException(Throwable cause)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.