Uses of Package
org.identityconnectors.framework.common.exceptions
-
Packages that use org.identityconnectors.framework.common.exceptions Package Description org.identityconnectors.framework.common.exceptions -
Classes in org.identityconnectors.framework.common.exceptions used by org.identityconnectors.framework.common.exceptions Class Description AlreadyExistsException AlreadyExistsException is thrown to indicate ifCreateApiOp
attempts to create an object that exists prior to the method execution orUpdateApiOp
attempts to rename an object to that exists prior to the method execution.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 InvalidCredentialException signals that user authentication failed.InvalidPasswordException Thrown when a password credential is invalid.PasswordExpiredException PasswordExpiredException signals that a user password has expired.RetryableException RetryableException indicates that a failure may be temporary, and that retrying the same request may be able to succeed in the future.