Package | Description |
---|---|
org.identityconnectors.framework.common.exceptions | |
org.identityconnectors.framework.impl.api.remote |
Modifier and Type | Class and Description |
---|---|
class |
AlreadyExistsException
AlreadyExistsException is thrown to indicate if
CreateApiOp attempts
to create an object that exists prior to the method execution or
UpdateApiOp attempts
to rename an object to that exists prior to the method execution. |
class |
ConfigurationException
Thrown to indicate there was some configuration problem with one of the
bundles.
|
class |
ConnectionBrokenException
ConnectionBrokenException is thrown when a connection to a target resource
instance fails during an operation.
|
class |
ConnectionFailedException
ConnectionFailedException is thrown when a Connector cannot reach the target
resource instance.
|
class |
ConnectorIOException
Base exception for all Input-Output (I/O-related) exceptions, including
instance connection failure, socket error and so forth.
|
class |
ConnectorSecurityException
Base exception for all security-related exceptions.
|
class |
InvalidAttributeValueException
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
InvalidCredentialException signals that user authentication failed.
|
class |
InvalidPasswordException
Thrown when a password credential is invalid.
|
class |
OperationTimeoutException
Thrown when an
operation times out. |
class |
PasswordExpiredException
PasswordExpiredException signals that a user password has expired.
|
class |
PermissionDeniedException
Thrown when the target resource will not allow a
Connector to perform
a particular operation. |
class |
PreconditionFailedException
PreconditionFailedException is thrown to indicate that a resource's current
version does not match the version provided.
|
class |
PreconditionRequiredException
PreconditionRequiredException is thrown to indicate that a resource requires
a version, but no version was supplied in the request.
|
class |
RetryableException
RetryableException indicates that a failure may be temporary, and that
retrying the same request may be able to succeed in the future.
|
class |
UnknownUidException
Thrown when a
Uid that is specified as input to a connector operation
identifies no object on the target resource. |
Modifier and Type | Class and Description |
---|---|
class |
RemoteWrappedException
RemoteWrappedException wraps every exception which are received from Remote
Connector Server.
|
Copyright © 2022. All rights reserved.