public class MuleRuntimeException extends RuntimeException
MuleRuntimeException
Is the base runtime exception type for the
Mule Server any other runtimes exceptions thrown by Mule code will use or be based
on this exception. Runtime exceptions in mule are only ever thrown where the
method is not declared to throw an exception and the exception is serious.Constructor and Description |
---|
MuleRuntimeException(Message message) |
MuleRuntimeException(Message message,
Throwable cause) |
MuleRuntimeException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MuleRuntimeException(Message message)
message
- the exception messagepublic MuleRuntimeException(Message message, Throwable cause)
message
- the exception messagecause
- the exception that triggered this exceptionpublic MuleRuntimeException(Throwable cause)
cause
- the exception that triggered this exceptionCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.