public class BadResponseCodeException extends BadResponseException
Constructor and Description |
---|
BadResponseCodeException(java.lang.String requestId,
java.lang.String message,
int statusCode) |
BadResponseCodeException(java.lang.String requestId,
java.lang.String message,
int statusCode,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
int |
getStatusCode()
Returns HTTP status code received from the Dropbox server.
|
getRequestId