NoAuthenticationKeyAvailableException

class NoAuthenticationKeyAvailableException : IdentityCredentialException


Thrown if no dynamic authentication keys are available.

Summary

Public constructors

Constructs a new NoAuthenticationKeyAvailableException exception.

Constructs a new NoAuthenticationKeyAvailableException exception.

Public constructors

NoAuthenticationKeyAvailableException

Added in 1.0.0-alpha04
NoAuthenticationKeyAvailableException(message: String)

Constructs a new NoAuthenticationKeyAvailableException exception.

Parameters
message: String

the detail message.

NoAuthenticationKeyAvailableException

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

Constructs a new NoAuthenticationKeyAvailableException exception.

Parameters
message: String

the detail message.

cause: Throwable

the cause.