| 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.  
 | 
| ConfigurationException | 
 Thrown to indicate there was some configuration problem with one of the
 bundles. 
 | 
| ConnectionBrokenException | 
 ConnectionBrokenException is thrown when a connection to a target resource
 instance fails during an operation. 
 | 
| ConnectionFailedException | 
 ConnectionFailedException is thrown when a Connector cannot reach the target
 resource instance. 
 | 
| 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. 
 | 
| InvalidAttributeValueException | 
 InvalidAttributeValueException is thrown when an attempt is made to add to an
 attribute a value that conflicts with the attribute's schema definition. 
 | 
| InvalidCredentialException | 
 InvalidCredentialException signals that user authentication failed. 
 | 
| InvalidPasswordException | 
 Thrown when a password credential is invalid. 
 | 
| OperationTimeoutException | 
 | 
| PasswordExpiredException | 
 PasswordExpiredException signals that a user password has expired. 
 | 
| PermissionDeniedException | 
Thrown when the target resource will not allow a  Connector to perform
 a particular operation.  
 | 
| PreconditionFailedException | 
 PreconditionFailedException is thrown to indicate that a resource's current
 version does not match the version provided. 
 | 
| PreconditionRequiredException | 
 PreconditionRequiredException is thrown to indicate that a resource requires
 a version, but no version was supplied in the request. 
 | 
| RetryableException | 
 RetryableException indicates that a failure may be temporary, and that
 retrying the same request may be able to succeed in the future. 
 | 
| SocketClosingSoonException | 
  | 
| UnknownUidException | 
Thrown when a  Uid that is specified as input to a connector operation
 identifies no object on the target resource.  
 |