Class JSONSerializationError

All Implemented Interfaces:
Serializable

public class JSONSerializationError extends JSONError
Describes some portion of a Java object graph that cannot be serialized to JSON.
See Also:
  • Constructor Details

    • JSONSerializationError

      public JSONSerializationError(String message)