JsonDeserializationException constructor

JsonDeserializationException(
  1. String message
)

Creates a new instance of JsonDeserializationException with the specified message.

The message parameter should provide details about the JSON conversion error.

Implementation

JsonDeserializationException(this.message);