Package com.plumtree.remote

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

See:
          Description

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

Exception Summary
AccessDeniedException Thrown when the user does not have access to the requested resource.
AccountExpiredException Thrown from IAuthProvider.authenticate to tell the portal that the user's account has expired.
AccountLockedException Thrown from IAuthProvider.authenticate to tell the portal that the user's account has been locked or disabled.
CustomAuthenticationFailureException Thrown from IAuthProvider.authenticate to tell the portal that there was a custom authentication failure.
CustomServiceFailureException Thrown from IAuthProvider.authenticate to tell the portal that there was a custom service failure.
GeneralFailureException Thrown from IAuthProvider.authenticate to tell the portal that there was a general failure when attempting to authenticate the user.
InvalidConfigurationException Thrown from IAuthProvider.authenticate to tell the portal that the remote server configuration is invalid.
InvalidUsernameOrPasswordException Thrown from IAuthProvider.authenticate to tell the portal that the user has entered an invalid username or password.
NoLongerExistsException Thrown 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 Thrown from IAuthProvider.authenticate to tell the portal that the user's password has expired and must be changed.
PasswordMustChangeException Thrown from IAuthProvider.authenticate to tell the portal that the user's password must change.
RemoteServerUnavailableException Thrown from IAuthProvider.authenticate to tell the portal that the remote server is unavailable.
RemoteServerUnreachableException Thrown 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 IDK Version class and common exception classes used by multiple services.



For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.