Uses of Class
com.amilesend.omdb.connection.ConnectionException
Packages that use ConnectionException
-
Uses of ConnectionException in com.amilesend.omdb.connection
Subclasses of ConnectionException in com.amilesend.omdb.connectionModifier and TypeClassDescriptionclassDefines the exception thrown fromConnectionthat is specific to an issue with a request.classDefines the exception thrown fromConnectionthat is specific to an issue with a response.classDefines the exception thrown fromConnectionthat is specific to an issue with parsing a response.classDefines the exception thrown fromConnectionwhen a request is throttled.Methods in com.amilesend.omdb.connection that throw ConnectionExceptionModifier and TypeMethodDescription<T> TConnection.execute(@NonNull okhttp3.Request request, @NonNull GsonParser<T> parser) Executes the givenRequestand parses the JSON-formatted response with givenGsonParser.