UnknownAuthenticationKeyException

class UnknownAuthenticationKeyException : IdentityCredentialException


Thrown if trying to certify an unknown dynamic authentication key.

Summary

Public constructors

Constructs a new UnknownAuthenticationKeyException exception.

Constructs a new UnknownAuthenticationKeyException exception.

Public constructors

UnknownAuthenticationKeyException

Added in 1.0.0-alpha04
UnknownAuthenticationKeyException(message: String)

Constructs a new UnknownAuthenticationKeyException exception.

Parameters
message: String

the detail message.

UnknownAuthenticationKeyException

Added in 1.0.0-alpha04
UnknownAuthenticationKeyException(message: String, cause: Throwable)

Constructs a new UnknownAuthenticationKeyException exception.

Parameters
message: String

the detail message.

cause: Throwable

the cause.