public final class MuleFatalException
extends org.mule.runtime.api.exception.MuleRuntimeException
MuleFatalException Is the runtime exception used to wrap fatal errors such as VirtualMachineError. This
is to avoid Reactor intercepting them in a stream and propagating outside to arbitrary threads.| Constructor and Description |
|---|
MuleFatalException(org.mule.runtime.api.i18n.I18nMessage message) |
MuleFatalException(org.mule.runtime.api.i18n.I18nMessage message,
Throwable cause) |
MuleFatalException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MuleFatalException(org.mule.runtime.api.i18n.I18nMessage message)
message - the exception messagepublic MuleFatalException(org.mule.runtime.api.i18n.I18nMessage message,
Throwable cause)
message - the exception messagecause - the exception that triggered this exceptionpublic MuleFatalException(Throwable cause)
cause - the exception that triggered this exceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.