Package com.dropbox.core
Class BadResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.dropbox.core.DbxException
com.dropbox.core.ProtocolException
com.dropbox.core.BadResponseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BadResponseCodeException
Thrown when we the response from the Dropbox server isn't something we expect.
For example, if the JSON returned by the server is malformed or missing fields.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBadResponseException(String requestId, String message) BadResponseException(String requestId, String message, Throwable cause) -
Method Summary
Methods inherited from class com.dropbox.core.DbxException
getRequestIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadResponseException
-
BadResponseException
-