Class ApolloHttpException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.apollographql.apollo.exception.ApolloException
-
- com.apollographql.apollo.exception.ApolloHttpException
-
- All Implemented Interfaces:
java.io.Serializable
public final class ApolloHttpException extends com.apollographql.apollo.exception.ApolloException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApolloHttpException(okhttp3.Response rawResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcode()java.lang.Stringmessage()okhttp3.ResponserawResponse()
-