Package com.google.gerrit.index.query
Class QueryRequiresAuthException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.google.gerrit.index.query.QueryParseException
- 
- com.google.gerrit.index.query.QueryRequiresAuthException
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class QueryRequiresAuthException extends QueryParseException Exception thrown when a search query is invalid.NOTE: the message is visible to end users. - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description QueryRequiresAuthException(String message)QueryRequiresAuthException(String msg, Throwable why)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-