Class BadRequestException

  • All Implemented Interfaces:
    Serializable

    public class BadRequestException
    extends CosmosClientException
    While this class is public, but it is not part of our published public APIs. This is meant to be internally used only by our sdk.
    See Also:
    Serialized Form
    • Constructor Detail

      • BadRequestException

        public BadRequestException​(String message,
                                   Exception innerException)
      • BadRequestException

        public BadRequestException()
      • BadRequestException

        public BadRequestException​(String message)
      • BadRequestException

        public BadRequestException​(String message,
                                   com.azure.data.cosmos.internal.http.HttpHeaders headers,
                                   URI requestUri)