Uses of Class
com.babelqueue.BabelQueueException
Packages that use BabelQueueException
Package
Description
BabelQueue — Polyglot Queues, Simplified.
Optional runtime GDPR field encryption (ADR-0030): the SDK-enforcement half of the
registry's
x-gdpr-sensitive declaration.Optional per-URN
data schema validation (ADR-0024): a dependency-free subset
Draft-07 validator (PayloadValidator), a
SchemaProvider (with the in-memory
MapProvider), and the
SchemaValidation producer/consumer helpers.-
Uses of BabelQueueException in com.babelqueue
Subclasses of BabelQueueException in com.babelqueueModifier and TypeClassDescriptionclassRaised when no handler is mapped for a message URN. -
Uses of BabelQueueException in com.babelqueue.gdpr
Subclasses of BabelQueueException in com.babelqueue.gdprModifier and TypeClassDescriptionclassRaised byGdpr.unprotect(java.util.Map<java.lang.String, java.lang.Object>, java.util.Map<java.lang.String, java.lang.Object>, com.babelqueue.gdpr.Cipher)when a protected field cannot be restored on the consume side — a wrong key, a tampered/garbled ciphertext, or a value that is not the stringGdpr.protect(java.util.Map<java.lang.String, java.lang.Object>, java.util.Map<java.lang.String, java.lang.Object>, com.babelqueue.gdpr.Cipher)produced. -
Uses of BabelQueueException in com.babelqueue.schema
Subclasses of BabelQueueException in com.babelqueue.schemaModifier and TypeClassDescriptionclassRaised when a message'sdatadoes not match the JSON Schema registered for its URN (ADR-0024).