EphemeralPublicKeyNotFoundException

class EphemeralPublicKeyNotFoundException : IdentityCredentialException


Thrown if the ephemeral public key was not found in the session transcript passed to getEntries.

Summary

Public constructors

Constructs a new EphemeralPublicKeyNotFoundException exception.

Constructs a new EphemeralPublicKeyNotFoundException exception.

Public constructors

EphemeralPublicKeyNotFoundException

Added in 1.0.0-alpha04
EphemeralPublicKeyNotFoundException(message: String)

Constructs a new EphemeralPublicKeyNotFoundException exception.

Parameters
message: String

the detail message.

EphemeralPublicKeyNotFoundException

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

Constructs a new EphemeralPublicKeyNotFoundException exception.

Parameters
message: String

the detail message.

cause: Throwable

the cause.