All Implemented Interfaces:
Serializable

public class BadRequestException extends BitbucketClientException
Thrown when the server rejected the request with a 400 (but NOT a 404) family response.
See Also:
  • Constructor Details

    • BadRequestException

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