Uses of Class
org.identityconnectors.framework.common.exceptions.ConnectorException
Packages that use ConnectorException
Package
Description
-
Uses of ConnectorException in org.identityconnectors.framework.common.exceptions
Subclasses of ConnectorException in org.identityconnectors.framework.common.exceptionsModifier and TypeClassDescriptionclassAlreadyExistsException is thrown to indicate ifCreateApiOpattempts to create an object that exists prior to the method execution orUpdateApiOpattempts to rename an object to that exists prior to the method execution.classThrown to indicate there was some configuration problem with one of the bundles.classConnectionBrokenException is thrown when a connection to a target resource instance fails during an operation.classConnectionFailedException is thrown when a Connector cannot reach the target resource instance.classBase exception for all Input-Output (I/O-related) exceptions, including instance connection failure, socket error and so forth.classBase exception for all security-related exceptions.classInvalidAttributeValueException is thrown when an attempt is made to add to an attribute a value that conflicts with the attribute's schema definition.classInvalidCredentialException signals that user authentication failed.classThrown when a password credential is invalid.classThrown when anoperationtimes out.classPasswordExpiredException signals that a user password has expired.classThrown when the target resource will not allow aConnectorto perform a particular operation.classPreconditionFailedException is thrown to indicate that a resource's current version does not match the version provided.classPreconditionRequiredException is thrown to indicate that a resource requires a version, but no version was supplied in the request.classRetryableException indicates that a failure may be temporary, and that retrying the same request may be able to succeed in the future.classThrown when aUidthat 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
Subclasses of ConnectorException in org.identityconnectors.framework.impl.api.remoteModifier and TypeClassDescriptionfinal classRemoteWrappedException wraps every exception which are received from Remote Connector Server.