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. |