| Package | Description |
|---|---|
| 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 |
| Class and Description |
|---|
| ConfigurationException
Thrown to indicate there was some configuration problem with one of the
bundles.
|
| Class and Description |
|---|
| 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 © 2013. All Rights Reserved.