com.jakewharton.trakt
Class TraktException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jakewharton.trakt.TraktException
- All Implemented Interfaces:
- Serializable
public final class TraktException
- extends RuntimeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TraktException
public TraktException(String url,
com.jakewharton.apibuilder.ApiException cause)
TraktException
public TraktException(String url,
com.google.gson.JsonObject postBody,
com.jakewharton.apibuilder.ApiException cause)
TraktException
public TraktException(String url,
com.google.gson.JsonObject postBody,
com.jakewharton.apibuilder.ApiException cause,
Response response)
getUrl
public String getUrl()
getPostBody
public com.google.gson.JsonObject getPostBody()
getResponse
public Response getResponse()
Copyright © 2011 Jake Wharton. All Rights Reserved.