AlreadyPersonalizedException

class AlreadyPersonalizedException : IdentityCredentialException


Thrown if trying to create a credential which already exists.

Summary

Public constructors

Constructs a new AlreadyPersonalizedException exception.

Constructs a new AlreadyPersonalizedException exception.

Public constructors

AlreadyPersonalizedException

Added in 1.0.0-alpha04
AlreadyPersonalizedException(message: String)

Constructs a new AlreadyPersonalizedException exception.

Parameters
message: String

the detail message.

AlreadyPersonalizedException

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

Constructs a new AlreadyPersonalizedException exception.

Parameters
message: String

the detail message.

cause: Throwable

the cause.