Uses of Class
org.mule.umo.lifecycle.LifecycleException

Packages that use LifecycleException
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.umo.lifecycle Lifecycle interfaces for all UMOcomponents. 
 

Uses of LifecycleException in org.mule.impl
 

Subclasses of LifecycleException in org.mule.impl
 class AlreadyInitialisedException
          AlreadyInitialisedException is thrown when a component or connector has already been initialised
 

Uses of LifecycleException in org.mule.umo.lifecycle
 

Subclasses of LifecycleException in org.mule.umo.lifecycle
 class DisposeException
          DisposeException is an exception thrown
 class FatalException
          FatalException can be thorwn during initialisation or during execution to indicate that something fatal has occurred and the MuleManage must shutdown
 class InitialisationException
          InitialisationException is thrown by the initialise method defined in the org.mule.umo.lifecycle.Initialisable interface.
 class RecoverableException
          RecoverableException can be thrown during initialisation to indicate that the error occurred is not fatal and a reactive action can be performed to try and remedy the error.
 



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