|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LifecycleException | |
org.mule.impl | The Mule implementation of the Universal Message Objects(tm) API specification. |
org.mule.impl.internal.notifications | Internal server notification types fired via the MuleManager. |
org.mule.providers | Contains Abstract classes providing common functionality for all Mule providers. |
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.impl.internal.notifications |
Methods in org.mule.impl.internal.notifications that throw LifecycleException | |
void |
ServerNotificationManager.start(UMOWorkManager workManager)
|
Uses of LifecycleException in org.mule.providers |
Subclasses of LifecycleException in org.mule.providers | |
class |
ConnectException
todo document |
class |
FatalConnectException
todo document |
Uses of LifecycleException in org.mule.umo.lifecycle |
Subclasses of LifecycleException in org.mule.umo.lifecycle | |
class |
DisposeException
DisposeException TODO (document class) |
class |
FatalException
FatalException can be thrown during initialisation or during
execution to indicate that something fatal has occurred and the MuleManager 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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |