org.mule
Class MuleRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mule.MuleRuntimeException
- All Implemented Interfaces:
- java.io.Serializable
- public class MuleRuntimeException
- extends java.lang.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.
- Version:
- $Revision: 1.0 $
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MuleRuntimeException
public MuleRuntimeException(java.lang.String message)
MuleRuntimeException
public MuleRuntimeException(java.lang.String message,
java.lang.Throwable cause)