Package com.dropbox.core
Class BadResponseCodeException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.dropbox.core.DbxException
- 
- com.dropbox.core.ProtocolException
- 
- com.dropbox.core.BadResponseException
- 
- com.dropbox.core.BadResponseCodeException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class BadResponseCodeException extends BadResponseException Thrown when the Dropbox server responds with an HTTP status code we didn't expect.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor 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)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetStatusCode()Returns HTTP status code received from the Dropbox server.- 
Methods inherited from class com.dropbox.core.DbxExceptiongetRequestId
 
- 
 
- 
- 
- 
Constructor Detail- 
BadResponseCodeExceptionpublic BadResponseCodeException(java.lang.String requestId, java.lang.String message, int statusCode)
 - 
BadResponseCodeExceptionpublic BadResponseCodeException(java.lang.String requestId, java.lang.String message, int statusCode, java.lang.Throwable cause)
 
- 
 
-