org.mule
Class MuleRuntimeException

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
Direct Known Subclasses:
PersistentQueueException, UniqueIdNotSupportedException

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.3 $
Author:
Ross Mason
See Also:
Serialized Form

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

MuleRuntimeException

public MuleRuntimeException(Message message)
Parameters:
message - the exception message

MuleRuntimeException

public MuleRuntimeException(Message message,
                            java.lang.Throwable cause)
Parameters:
message - the exception message
cause - the exception that triggered this exception


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.