public class OneOfValidationException extends IOException
| Constructor and Description |
|---|
OneOfValidationException(List<String> types,
com.fasterxml.jackson.databind.JsonNode json)
Initialization constructor.
|
OneOfValidationException(String type1,
String type2,
com.fasterxml.jackson.databind.JsonNode json)
Initialization constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OneOfValidationException(String type1, String type2, com.fasterxml.jackson.databind.JsonNode json)
type1 - The first type that was mapped on jsonNodetype2 - The second type that also got mapped on jsonNodejson - Value that was mapped by the above two typesCopyright © 2025. All rights reserved.