Class BadRequestException

All Implemented Interfaces:
Serializable

public class BadRequestException extends ProtocolException
This is what is thrown when the Dropbox server tells us that it didn't like something about our request. This corresponds to the HTTP 400 status code.
See Also:
  • Constructor Details

    • BadRequestException

      public BadRequestException(String requestId, String message)