Class FieldTooLongJsonPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.atlassian.jira.entity.property.FieldTooLongJsonPropertyException
- All Implemented Interfaces:
Serializable
Indicates that one of the data fields provided for a JSON property was too long.
- Since:
- v6.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFieldTooLongJsonPropertyException
(String field, int actualLength, int maximumLength) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FieldTooLongJsonPropertyException
-
-
Method Details
-
getField
-
getActualLength
public int getActualLength() -
getMaximumLength
public int getMaximumLength()
-