Class RequestEntityTooLargeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microsoft.azure.cosmosdb.DocumentClientException
-
- com.microsoft.azure.cosmosdb.internal.directconnectivity.RequestEntityTooLargeException
-
- All Implemented Interfaces:
Serializable
public class RequestEntityTooLargeException extends com.microsoft.azure.cosmosdb.DocumentClientExceptionWhile 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 Summary
Constructors Constructor Description RequestEntityTooLargeException()RequestEntityTooLargeException(com.microsoft.azure.cosmosdb.Error error, long lsn, String partitionKeyRangeId, Map<String,String> responseHeaders)RequestEntityTooLargeException(Exception innerException)RequestEntityTooLargeException(String msg)RequestEntityTooLargeException(String message, io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers, String requestUri)RequestEntityTooLargeException(String message, Exception innerException, io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers, String requestUri)RequestEntityTooLargeException(String msg, String resourceAddress)
-
Method Summary
-
Methods inherited from class com.microsoft.azure.cosmosdb.DocumentClientException
getActivityId, getClientSideRequestStatistics, getError, getLsn, getMessage, getPartitionKeyRangeId, getRequestHeaders, getRequestUri, getResponseHeaders, getRetryAfterInMilliseconds, getStatusCode, getSubStatusCode, setClientSideRequestStatistics, setRequestUri, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
RequestEntityTooLargeException
public RequestEntityTooLargeException()
-
RequestEntityTooLargeException
public RequestEntityTooLargeException(com.microsoft.azure.cosmosdb.Error error, long lsn, String partitionKeyRangeId, Map<String,String> responseHeaders)
-
RequestEntityTooLargeException
public RequestEntityTooLargeException(String msg)
-
RequestEntityTooLargeException
public RequestEntityTooLargeException(String msg, String resourceAddress)
-
RequestEntityTooLargeException
public RequestEntityTooLargeException(String message, io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers, String requestUri)
-
RequestEntityTooLargeException
public RequestEntityTooLargeException(Exception innerException)
-
-