Class UnprocessableEntityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.gerrit.extensions.restapi.RestApiException
-
- com.google.gerrit.extensions.restapi.UnprocessableEntityException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccountResolver.UnresolvableAccountException
public class UnprocessableEntityException extends RestApiException
Resource referenced in the request body is not found (HTTP 422 Unprocessable Entity).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnprocessableEntityException(String msg)
UnprocessableEntityException(String msg, Throwable cause)
-
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
-
-