Uses of Package
org.identityconnectors.framework.common.exceptions

Packages that use org.identityconnectors.framework.common.exceptions
org.identityconnectors.framework.api The Connector API presents a consistent view of any Connector, regardless of which operations the connector actually implements. 
org.identityconnectors.framework.common.exceptions   
 

Classes in org.identityconnectors.framework.common.exceptions used by org.identityconnectors.framework.api
ConfigurationException
          Thrown to indicate there was some configuration problem with one of the bundles.
 

Classes in org.identityconnectors.framework.common.exceptions used by org.identityconnectors.framework.common.exceptions
ConnectorException
          Base exception for the Connector framework.
ConnectorIOException
          Base exception for all Input-Output (I/O-related) exceptions, including instance connection failure, socket error and so forth.
ConnectorSecurityException
          Base exception for all security-related exceptions.
InvalidCredentialException
          Thrown when at least one credential (e.g., password, username or certificate) passed into an operation is invalid.
InvalidPasswordException
          Thrown when a password credential is invalid.
PasswordExpiredException
          Thrown when a password credential is invalid.
 



Copyright © 2012. All Rights Reserved.