Package com.atlassian.jira.exception
Class IssueFieldsCharacterLimitExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.atlassian.jira.exception.AbstractCharacterLimitExceededException
com.atlassian.jira.exception.IssueFieldsCharacterLimitExceededException
- All Implemented Interfaces:
Serializable
@PublicApi
public class IssueFieldsCharacterLimitExceededException
extends AbstractCharacterLimitExceededException
Indicates that issue fields exceeded the jira character limit.
- See Also:
-
Field Summary
Fields inherited from class com.atlassian.jira.exception.AbstractCharacterLimitExceededException
maxNumberOfCharacters
-
Constructor Summary
ConstructorsConstructorDescriptionIssueFieldsCharacterLimitExceededException
(Collection<String> invalidFieldIds, long maxNumberOfCharacters) -
Method Summary
Modifier and TypeMethodDescriptionReturns fields that exceeds the limit.Methods inherited from class com.atlassian.jira.exception.AbstractCharacterLimitExceededException
getMaxNumberOfCharacters
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IssueFieldsCharacterLimitExceededException
@Internal public IssueFieldsCharacterLimitExceededException(@Nonnull Collection<String> invalidFieldIds, long maxNumberOfCharacters)
-
-
Method Details
-
getInvalidFieldIds
Returns fields that exceeds the limit.- Returns:
- ids of fields exceeding the limit
-