Class BadResponseCodeException

All Implemented Interfaces:
Serializable

public class BadResponseCodeException extends BadResponseException
Thrown when the Dropbox server responds with an HTTP status code we didn't expect.
See Also:
  • Constructor Details

    • BadResponseCodeException

      public BadResponseCodeException(String requestId, String message, int statusCode)
    • BadResponseCodeException

      public BadResponseCodeException(String requestId, String message, int statusCode, Throwable cause)
  • Method Details

    • getStatusCode

      public int getStatusCode()
      Returns HTTP status code received from the Dropbox server.
      Returns:
      HTTP status code returned by Dropbox server