Class StreamConstraintsException

All Implemented Interfaces:
Serializable

public class StreamConstraintsException extends JsonProcessingException
Exception type used to indicate violations of stream constraints (for example StreamReadConstraints) when reading or writing content.
Since:
2.15
See Also:
  • Constructor Details

    • StreamConstraintsException

      public StreamConstraintsException(String msg)
    • StreamConstraintsException

      public StreamConstraintsException(String msg, JsonLocation loc)