Stay organized with collections Save and categorize content based on your preferences.

UnknownAuthenticationKeyException

public class UnknownAuthenticationKeyException extends IdentityCredentialException


Thrown if trying to certify an unknown dynamic authentication key.

Summary

Public constructors

Constructs a new UnknownAuthenticationKeyException exception.

Constructs a new UnknownAuthenticationKeyException exception.

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public constructors

UnknownAuthenticationKeyException

public UnknownAuthenticationKeyException(@NonNull String message)

Constructs a new UnknownAuthenticationKeyException exception.

Parameters
@NonNull String message

the detail message.

UnknownAuthenticationKeyException

public UnknownAuthenticationKeyException(
    @NonNull String message,
    @NonNull Throwable cause
)

Constructs a new UnknownAuthenticationKeyException exception.

Parameters
@NonNull String message

the detail message.

@NonNull Throwable cause

the cause.