Class FieldAccessException

All Implemented Interfaces:
Serializable

public class FieldAccessException extends GraphQlClientException
An exception raised on an attempt to decode data from a failed response or a field is not present, or has no value, checked via ResponseField.hasValue().
Since:
1.0.0
Author:
Rossen Stoyanchev
See Also: