Class UnhandledErrorException

All Implemented Interfaces:
Serializable

public class UnhandledErrorException extends BitbucketClientException
Thrown when the server replies with a response code the client can't handle.
See Also:
  • Constructor Details

    • UnhandledErrorException

      public UnhandledErrorException(String message, int responseCode, @Nullable String body)