public class

KinveyJsonResponseException

extends HttpResponseException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ com.google.api.client.http.HttpResponseException
           ↳ com.kinvey.java.core.KinveyJsonResponseException

Summary

Public Methods
static KinveyJsonResponseException from(JsonFactory jsonFactory, HttpResponse response)
KinveyJsonError getDetails()
String getMessage()
[Expand]
Inherited Methods
From class com.google.api.client.http.HttpResponseException
From class java.lang.Throwable
From class java.lang.Object

Public Methods

public static KinveyJsonResponseException from (JsonFactory jsonFactory, HttpResponse response)

Parameters
jsonFactory json factory to use while parsing the response
response raw http response
Returns
  • exception object built up from the raw http response

public KinveyJsonError getDetails ()

Returns
  • the details

public String getMessage ()

Returns
  • the message