public class CreateException extends LifecycleException
CreateException is thrown when creating an object inside Mule wasn't possible due to inconsistent internal state
or wrong input.INFO_LOCATION_KEY, INFO_SOURCE_XML_KEY, verboseExceptions| Constructor and Description |
|---|
CreateException(I18nMessage message,
Object component) |
CreateException(I18nMessage message,
Throwable cause,
Object component) |
CreateException(Throwable cause,
Object component) |
getComponent, resolveProcessorPathsetLocation, toStringaddInfo, appendMessage, appendSummaryMessage, equals, getDetailedMessage, getI18nMessage, getInfo, getMessage, getMessageCode, getSummaryMessage, getVerboseMessage, hashCode, isVerboseExceptions, prependMessage, refreshVerboseExceptions, setMessage, setMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CreateException(I18nMessage message, Object component)
message - the exception messagecomponent - the component that failed during a lifecycle method callpublic CreateException(I18nMessage message, Throwable cause, Object component)
message - the exception messagecause - the exception that cause this exception to be throwncomponent - the component that failed during a lifecycle method callCopyright © 2017 MuleSoft, Inc.. All rights reserved.