Class JSONLargeObjectException

All Implemented Interfaces:
Serializable

public class JSONLargeObjectException extends JSONException
Exception thrown when attempting to serialize an object that exceeds size limits and the LargeObject feature is not enabled.
Since:
2.0.58
See Also:
  • Constructor Details

    • JSONLargeObjectException

      public JSONLargeObjectException(String message)
    • JSONLargeObjectException

      public JSONLargeObjectException(String message, Throwable cause)