Uses of Class
org.mule.MuleRuntimeException

Packages that use MuleRuntimeException
org.mule Defines the main public API of the MuleManager and support classes such as the MuleServer. 
org.mule.config Providers Mule Xml configuration support and general configuration classes. 
org.mule.umo.provider Contains the interfaces that comprise a provider implementation. 
org.mule.util.queue A generic queue implementation extending the concurrent APIs with pluggable queue persistence. 
 

Uses of MuleRuntimeException in org.mule
 

Methods in org.mule that throw MuleRuntimeException
protected static UMOManager MuleManager.createInstance()
          ObjectFactory method to create the singleton MuleManager instance
 

Uses of MuleRuntimeException in org.mule.config
 

Methods in org.mule.config that throw MuleRuntimeException
static void ExceptionHelper.initialise()
           
 

Uses of MuleRuntimeException in org.mule.umo.provider
 

Subclasses of MuleRuntimeException in org.mule.umo.provider
 class UniqueIdNotSupportedException
          UniqueIdNotSupportedException is thrown by UMOMessageAdapter.getUniqueId() if the underlying message does not support or have a unique identifier.
 

Uses of MuleRuntimeException in org.mule.util.queue
 

Subclasses of MuleRuntimeException in org.mule.util.queue
 class PersistentQueueException
          PersistentQueueException is thrown when a Mule persistent queue cannot save or remove an item or if there is a problem loading the queue
 



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