Package com.google.gerrit.server.quota
Class QuotaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.gerrit.extensions.restapi.RestApiException
-
- com.google.gerrit.server.quota.QuotaException
-
- All Implemented Interfaces:
Serializable
public class QuotaException extends RestApiException
Exception that was encountered while checking if there is sufficient quota to fulfil the request. Can be propagated directly to the REST API.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QuotaException(String reason)
-
Method Summary
-
Methods inherited from class com.google.gerrit.extensions.restapi.RestApiException
caching, setCaching, wrap
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
QuotaException
public QuotaException(String reason)
-
-