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()
public UnknownUidException(Uid uid, ObjectClass objclass)
public UnknownUidException(String message)
public UnknownUidException(Throwable ex)
Copyright © 2019. All rights reserved.