KeyInvalidatedException

constructor()
constructor(message: String)

Construct a new exception.


constructor(message: String, cause: Exception)

Construct a new exception.

Parameters

message

the message.

cause

the cause.


constructor(cause: Exception)

Construct a new exception.

Parameters

cause

the cause.