Class ProtocolException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadRequestException, BadResponseException

public abstract class ProtocolException extends DbxException
Something unexpected happened with either the request or the response. This can happen if there's a bug in the client code (including this library), if there's a bug in on the Dropbox server, or if Dropbox made a change to the API that changed the behavior of something and we haven't upgraded our SDK yet.

Typically, these kinds of exceptions should be logged, so you can investigate later.

See Also:
  • Constructor Details

    • ProtocolException

      public ProtocolException(String requestId, String message)
    • ProtocolException

      public ProtocolException(String requestId, String message, Throwable cause)