JsonMissingKeyException constructor

JsonMissingKeyException(
  1. String fieldName,
  2. String jsonDump
)

Creates a JsonMissingKeyException with the given fieldName and the encoded jsonDump.

Implementation

JsonMissingKeyException(String fieldName, String jsonDump)
    : super(fieldName, jsonDump);