FieldEncryptionException

class FieldEncryptionException(message: String, cause: Throwable? = null) : RuntimeException

Thrown when field-level encryption or decryption fails. Callers MUST NOT forward the original plaintext when this is raised; doing so defeats the purpose of field-level encryption. Instead, reject the event or surface the failure to an error listener.

Since

1.1.0

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?