Class RequestEntityTooLargeException

  • All Implemented Interfaces:
    Serializable

    public class RequestEntityTooLargeException
    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

      • RequestEntityTooLargeException

        public RequestEntityTooLargeException​(CosmosError cosmosError,
                                              long lsn,
                                              String partitionKeyRangeId,
                                              Map<String,​String> responseHeaders)
      • RequestEntityTooLargeException

        public RequestEntityTooLargeException​(String message,
                                              com.azure.data.cosmos.internal.http.HttpHeaders headers,
                                              String requestUriString)