Uses of Interface
com.hyperion.css.CSSAppExceptionIF

Packages that use CSSAppExceptionIF
com.hyperion.css Provides the classes necessary to create and use the security platform and the contract that all providers must implement. 
com.hyperion.css.common.configuration Provides functionality to retrieve and use the configuration specified by each application implementing the security platform. 
 

Uses of CSSAppExceptionIF in com.hyperion.css
 

Classes in com.hyperion.css that implement CSSAppExceptionIF
 class CSSAuthenticationException
          This exception, if thrown, implies that a user is found but the password does not match; in other words, the credentials are invalid.
 class CSSCommunicationException
          This exception, if thrown, implies that the directory could not be contacted and is not available for the request.
 class CSSException
          This is a customized application exception class that is able to chain/link exceptions and the associated error codes.
 class CSSIllegalArgumentException
          This exception, if thrown, specifies an illegal argument to a method.
 class CSSInvalidGroupException
          This exception, if thrown, implies that the group specified does not exist.
 class CSSInvalidIdentityException
          This exception, if thrown, implies that the identity is invalid or not in the correct format.
 class CSSInvalidUserException
          This exception, if thrown, implies that the user specified does not exist, but existed at some time.
 class CSSNoProviderException
          This exception, if thrown, implies that the provider does not exist.
 class CSSOperationNotSupportedException
          This exception, if thrown, implies that a particular provider does not support this operation.
 class CSSTokenNotAcceptedException
          This exception, if thrown, implies that the token passed in from another source (another application) is not a valid token and therefore is rejected.
 class CSSTokenNotAvailableException
          This exception, if thrown, implies that the token cannot be created or is not available.
 

Uses of CSSAppExceptionIF in com.hyperion.css.common.configuration
 

Classes in com.hyperion.css.common.configuration that implement CSSAppExceptionIF
 class CSSConfigurationException
          The exception class that details an abnormality in the configuration component.
 


Copyright 2004 Hyperion Solutions Corporation. All rights reserved.