Package com.azure.data.cosmos
Class GoneException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.azure.data.cosmos.CosmosClientException
-
- com.azure.data.cosmos.GoneException
-
- All Implemented Interfaces:
Serializable
public class GoneException extends CosmosClientException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GoneException()
GoneException(CosmosError cosmosError, long lsn, String partitionKeyRangeId, Map<String,String> responseHeaders)
GoneException(String msg)
GoneException(String message, com.azure.data.cosmos.internal.http.HttpHeaders headers, URI requestUrl)
GoneException(String message, Exception innerException, com.azure.data.cosmos.internal.http.HttpHeaders headers, URI requestUrl)
GoneException(String message, Exception innerException, Map<String,String> headers, String requestUriString)
GoneException(String message, String requestUri)
-
Method Summary
-
Methods inherited from class com.azure.data.cosmos.CosmosClientException
cosmosResponseDiagnostics, error, getMessage, message, responseHeaders, retryAfterInMilliseconds, statusCode, subStatusCode, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
GoneException
public GoneException(String msg)
-
GoneException
public GoneException()
-
GoneException
public GoneException(CosmosError cosmosError, long lsn, String partitionKeyRangeId, Map<String,String> responseHeaders)
-
GoneException
public GoneException(String message, com.azure.data.cosmos.internal.http.HttpHeaders headers, URI requestUrl)
-
GoneException
public GoneException(String message, Exception innerException, com.azure.data.cosmos.internal.http.HttpHeaders headers, URI requestUrl)
-
-