Class FieldTooLongJsonPropertyException

All Implemented Interfaces:
Serializable

public class FieldTooLongJsonPropertyException extends IllegalArgumentException
Indicates that one of the data fields provided for a JSON property was too long.
Since:
v6.1
See Also:
  • Constructor Details

    • FieldTooLongJsonPropertyException

      public FieldTooLongJsonPropertyException(String field, int actualLength, int maximumLength)
  • Method Details

    • getField

      public String getField()
    • getActualLength

      public int getActualLength()
    • getMaximumLength

      public int getMaximumLength()