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 CacheControl
caching()
Response<T>
caching(CacheControl c)
Exception
cause()
boolean
equals(Object o)
int
hashCode()
boolean
isNone()
int
statusCode()
String
toString()
T
value()
-
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:
statusCode
in classResponse<T>
-
caching
public CacheControl caching()
-
cause
public Exception cause()
-
-