Class MissingProtectedDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.fluxzero.sdk.publishing.dataprotection.MissingProtectedDataException
- All Implemented Interfaces:
Serializable
Indicates that a handler configured with
MissingProtectedDataPolicy.FAIL received a message for which one or
more protected values are no longer available.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingProtectedDataException(Set<String> missingFields) Creates an exception for the unavailable protected fields. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingProtectedDataException
-