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) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MuleRuntimeException(Message message)
message
- the exception messageCopyright © 2003–2013 MuleSource, Inc.. All rights reserved.