|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mule.MuleRuntimeException
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 Summary | |
MuleRuntimeException(Message message)
|
|
MuleRuntimeException(Message message,
java.lang.Throwable cause)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MuleRuntimeException(Message message)
message
- the exception messagepublic MuleRuntimeException(Message message, java.lang.Throwable cause)
message
- the exception messagecause
- the exception that triggered this exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |