QuotaException: Add missing serialVersionUID

Change-Id: I064d5d83faf3b910b9c575eec782d4dcb3c5a173
This commit is contained in:
David Pursehouse
2018-12-06 21:45:58 +09:00
parent a886d31454
commit 24e126bc12

View File

@@ -21,6 +21,8 @@ import com.google.gerrit.extensions.restapi.RestApiException;
* Can be propagated directly to the REST API.
*/
public class QuotaException extends RestApiException {
private static final long serialVersionUID = 1L;
public QuotaException(String reason) {
super(reason);
}