Package com.google.gerrit.index.query
Class TooManyTermsInQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.gerrit.index.query.QueryParseException
com.google.gerrit.index.query.TooManyTermsInQueryException
- All Implemented Interfaces:
 Serializable
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
TooManyTermsInQueryException
public TooManyTermsInQueryException() - 
TooManyTermsInQueryException
 - 
TooManyTermsInQueryException
public TooManyTermsInQueryException(int numTerms, int maxConfiguredTerms)  
 -