Uses of Class
com.amilesend.client.connection.ConnectionException
Packages that use ConnectionException
- 
Uses of ConnectionException in com.amilesend.client.connectionSubclasses of ConnectionException in com.amilesend.client.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.client.connection that throw ConnectionExceptionModifier and TypeMethodDescriptionokhttp3.ResponseConnection.execute(@NonNull okhttp3.Request request) Executes the givenRequestand returns the associated HTTP response code.<T> TConnection.execute(@NonNull okhttp3.Request request, @NonNull GsonParser<T> parser) Executes the givenRequestand parses the JSON-formatted response with givenGsonParser.
- 
Uses of ConnectionException in com.amilesend.client.connection.authSubclasses of ConnectionException in com.amilesend.client.connection.authModifier and TypeClassDescriptionclassDefines the exception thrown due to issues with authorization.