public class UnknownUidException extends InvalidCredentialException
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.AccountNotFoundException
,
Serialized FormConstructor and Description |
---|
UnknownUidException() |
UnknownUidException(String message) |
UnknownUidException(String message,
Throwable ex) |
UnknownUidException(Throwable ex) |
UnknownUidException(Uid uid,
ObjectClass objclass) |
rethrow, wrap
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnknownUidException()
ConnectorException()
public UnknownUidException(Uid uid, ObjectClass objclass)
ConnectorException(String)
public UnknownUidException(String message)
ConnectorException(String)
public UnknownUidException(Throwable ex)
ConnectorException(Throwable)
public UnknownUidException(String message, Throwable ex)
ConnectorException(String, Throwable)
Copyright © 2022. All rights reserved.