Package com.plumtree.remote

Provides an EDK Version class and common exception classes used by multiple services.

See:
          Description

Class Summary
Version Provides information about the EDK build version, such as the major version number and the minor version number of the build.
 

Exception Summary
AccessDeniedException Thrown when the user does not have access to the requested resource.
AccountExpiredException Throw this exception from IAuthProvider.authenticate to tell the portal that the user's account has expired.
AccountLockedException Throw this exception from IAuthProvider.authenticate to tell the portal that the user's account has been locked or disabled.
CustomAuthenticationFailureException Throw this exception from IAuthProvider.authenticate to tell the portal that there was a custom authentication failure.
CustomServiceFailureException Throw this exception from IAuthProvider.authenticate to tell the portal that there was a custom service failure.
GeneralFailureException Throw this exception from IAuthProvider.authenticate to tell the portal that there was a general failure when attempting to authenticate the user.
InvalidConfigurationException Throw this exception from IAuthProvider.authenticate to tell the portal that the Remote Server configuration is invalid.
InvalidUsernameOrPasswordException Throw this exception from IAuthProvider.authenticate to tell the portal that the user has entered and invalid username or password.
NoLongerExistsException Throw this exception from a Crawler Web Service implementation of IContainerProvider.attachToContainer or IDocumentProvider.attachToDocument when the requested resource no longer exists in the repository being crawled.
NoSuchUserException Thrown when the requested user does not exist.
NotAvailableException Thrown when the referenced object is no longer available.
NotInitializedException Thrown when the referenced object has not been initialized.
PasswordExpiredException Throw this exception from IAuthProvider.authenticate to tell the portal that the user's password has expired and must be changed.
PasswordMustChangeException Throw this exception from IAuthProvider.authenticate to tell the portal that the user's password must change.
RemoteServerUnavailableException Throw this exception from IAuthProvider.authenticate to tell the portal that the Remote Server is unavailable.
RemoteServerUnreachableException Throw this exception from IAuthProvider.authenticate to tell the portal that the Remote Server is unreachable.
ServiceException Base class for exceptions.
 

Package com.plumtree.remote Description

Provides an EDK Version class and common exception classes used by multiple services.



For additional information on the IDK, including tutorials, blogs, code samples and more,see the AquaLogic User Interaction Developer Center on BEA dev2dev.

Copyright ©2007 BEA Systems, Inc. All Rights Reserved.