Uses of Class
org.sape.carbon.core.component.lifecycle.LifecycleException

Packages that use LifecycleException
org.sape.carbon.core.component.lifecycle   
 

Uses of LifecycleException in org.sape.carbon.core.component.lifecycle
 

Subclasses of LifecycleException in org.sape.carbon.core.component.lifecycle
 class ComponentUnavailableException
          Thrown when a request for service cannot be handled, due to the Component being Stopped or Suspended.
 class InvalidStateException
          Indicates that the component is in an unexpected state.
 class NonFatalStateTransitionException
          This exception should be thrown from lifecycle methods to signal that even though an exception occured within the lifecycle method, the component is still valid and the lifecycle interceptor should return the component to its last good state.
 class OperationNotSupportedException
          Indicates that the lifecycle operation requested is not supported by the component.
 class StateTransitionException
          Indicates a failure to complete a lifecycle operation.
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.