Class UnknownUidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.identityconnectors.framework.common.exceptions.ConnectorException
org.identityconnectors.framework.common.exceptions.ConnectorSecurityException
org.identityconnectors.framework.common.exceptions.InvalidCredentialException
org.identityconnectors.framework.common.exceptions.UnknownUidException
- All Implemented Interfaces:
Serializable
Thrown when a
Uid
that is specified as input to a connector operation
identifies no object on the target resource.
When implementing AuthenticateOp
this exception may be thrown by a
Connector if it is unable to locate an account necessary to perform
authentication.
- See Also:
-
Constructor Summary
ConstructorDescriptionUnknownUidException
(String message) UnknownUidException
(String message, Throwable ex) UnknownUidException
(Uid uid, ObjectClass objclass) -
Method Summary
Methods inherited from class org.identityconnectors.framework.common.exceptions.ConnectorException
rethrow, wrap
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownUidException
public UnknownUidException()- See Also:
-
UnknownUidException
- See Also:
-
UnknownUidException
- See Also:
-
UnknownUidException
- See Also:
-
UnknownUidException
- See Also:
-