Uses of Class
org.sape.carbon.core.component.ComponentException

Packages that use ComponentException
org.sape.carbon.core.component.lifecycle   
org.sape.carbon.core.component.proxy   
 

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

Subclasses of ComponentException 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 LifecycleException
          Levelized Exception describing all Exceptions throwable within the Lifecycle package.
 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.
 

Uses of ComponentException in org.sape.carbon.core.component.proxy
 

Subclasses of ComponentException in org.sape.carbon.core.component.proxy
 class InvalidListenerException
          Copyright 2002 Sapient
 class MonitorAcquisitionException
          Copyright 2002 Sapient
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.