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:
- java.io.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:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description BadResponseException(java.lang.String requestId, java.lang.String message)BadResponseException(java.lang.String requestId, java.lang.String message, java.lang.Throwable cause)
 - 
Method Summary- 
Methods inherited from class com.dropbox.core.DbxExceptiongetRequestId
 
- 
 
-