Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mule
Class MuleRuntimeException  view MuleRuntimeException download MuleRuntimeException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.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 Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
MuleRuntimeException(java.lang.String message)
           
MuleRuntimeException(java.lang.String 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

MuleRuntimeException

public MuleRuntimeException(java.lang.String message)

MuleRuntimeException

public MuleRuntimeException(java.lang.String message,
                            java.lang.Throwable cause)