UserNotAuthenticatedException
open class UserNotAuthenticatedException : InvalidKeyException
Indicates that a cryptographic operation could not be performed because the user has not been authenticated recently enough. Authenticating the user will resolve this issue.
Summary
Public constructors | |
---|---|
Constructs a new |
|
UserNotAuthenticatedException(message: String!) Constructs a new |
|
UserNotAuthenticatedException(message: String!, cause: Throwable!) Constructs a new |
Public constructors
UserNotAuthenticatedException
UserNotAuthenticatedException()
Constructs a new UserNotAuthenticatedException
without detail message and cause.
UserNotAuthenticatedException
UserNotAuthenticatedException(message: String!)
Constructs a new UserNotAuthenticatedException
with the provided detail message and no cause.
UserNotAuthenticatedException
UserNotAuthenticatedException(
message: String!,
cause: Throwable!)
Constructs a new UserNotAuthenticatedException
with the provided detail message and cause.