Class BadResponseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadResponseCodeException

public class BadResponseException extends ProtocolException
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 Details

    • BadResponseException

      public BadResponseException(String requestId, String message)
    • BadResponseException

      public BadResponseException(String requestId, String message, Throwable cause)