Package com.google.api.gax.httpjson
Class HttpJsonStatusRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.api.gax.httpjson.HttpJsonStatusRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
public class HttpJsonStatusRuntimeException extends java.lang.RuntimeExceptionHTTP status code in RuntimeException form, for propagating status code information via exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpJsonStatusRuntimeException(int statusCode, java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetStatusCode()
-