public final class MuleFatalException extends 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(I18nMessage message) |
MuleFatalException(I18nMessage message,
Throwable cause) |
MuleFatalException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MuleFatalException(I18nMessage message)
message - the exception messagepublic MuleFatalException(I18nMessage message, Throwable cause)
message - the exception messagecause - the exception that triggered this exceptionpublic MuleFatalException(Throwable cause)
cause - the exception that triggered this exceptionCopyright © 2021 MuleSoft, Inc.. All rights reserved.