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