Class Response.InternalServerError<T>
- java.lang.Object
-
- com.google.gerrit.extensions.restapi.Response<T>
-
- com.google.gerrit.extensions.restapi.Response.InternalServerError<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gerrit.extensions.restapi.Response
Response.Accepted, Response.InternalServerError<T>, Response.Redirect
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheControlcaching()Response<T>caching(CacheControl c)Exceptioncause()booleanequals(Object o)inthashCode()booleanisNone()intstatusCode()StringtoString()Tvalue()-
Methods inherited from class com.google.gerrit.extensions.restapi.Response
accepted, created, internalServerError, none, ok, redirect, traceId, traceId, unwrap, withMustRevalidate, withStatusCode
-
-
-
-
Method Detail
-
statusCode
public int statusCode()
- Specified by:
statusCodein classResponse<T>
-
caching
public CacheControl caching()
-
cause
public Exception cause()
-
-