UserPresenceUnavailableException
open class UserPresenceUnavailableException : InvalidKeyException
Indicates the condition that a proof of user-presence was requested but this proof was not presented.
Summary
Public constructors | |
---|---|
Constructs a |
|
Constructs a |
|
Constructs a |
Public constructors
UserPresenceUnavailableException
UserPresenceUnavailableException()
Constructs a UserPresenceUnavailableException
without a detail message or cause.
UserPresenceUnavailableException
UserPresenceUnavailableException(: String!)
Constructs a UserPresenceUnavailableException
using the provided detail message but no cause.
UserPresenceUnavailableException
UserPresenceUnavailableException(
: String!,
: Throwable!)
Constructs a UserPresenceUnavailableException
using the provided detail message and cause.