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
public class TooManyTermsInQueryException extends QueryParseException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TooManyTermsInQueryException()
TooManyTermsInQueryException(Throwable why)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TooManyTermsInQueryException
public TooManyTermsInQueryException()
-
TooManyTermsInQueryException
public TooManyTermsInQueryException(Throwable why)
-
-