Package org.identityconnectors.framework.common.exceptions
package org.identityconnectors.framework.common.exceptions
-
ClassDescriptionAlreadyExistsException is thrown to indicate if
CreateApiOp
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.Thrown to indicate there was some configuration problem with one of the bundles.ConnectionBrokenException is thrown when a connection to a target resource instance fails during an operation.ConnectionFailedException is thrown when a Connector cannot reach the target resource instance.Base exception for the Connector framework.Base exception for all Input-Output (I/O-related) exceptions, including instance connection failure, socket error and so forth.Base exception for all security-related exceptions.InvalidAttributeValueException is thrown when an attempt is made to add to an attribute a value that conflicts with the attribute's schema definition.InvalidCredentialException signals that user authentication failed.Thrown when a password credential is invalid.Thrown when anoperation
times out.PasswordExpiredException signals that a user password has expired.Thrown when the target resource will not allow aConnector
to perform a particular operation.PreconditionFailedException is thrown to indicate that a resource's current version does not match the version provided.PreconditionRequiredException is thrown to indicate that a resource requires a version, but no version was supplied in the request.RemoteConnectorServerUnavailableException is thrown when a remote connector server is not available.RetryableException indicates that a failure may be temporary, and that retrying the same request may be able to succeed in the future.Thrown when aUid
that is specified as input to a connector operation identifies no object on the target resource.