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
Author:
wenshao
See Also:
  • Constructor Details

    • JSONLargeObjectException

      public JSONLargeObjectException(String message)
      Constructs a new JSONLargeObjectException with the specified detail message.
      Parameters:
      message - the detail message
    • JSONLargeObjectException

      public JSONLargeObjectException(String message, Throwable cause)
      Constructs a new JSONLargeObjectException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause of the exception