Class ServiceUnavailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microsoft.azure.cosmosdb.DocumentClientException
-
- com.microsoft.azure.cosmosdb.internal.directconnectivity.ServiceUnavailableException
-
- All Implemented Interfaces:
Serializable
public class ServiceUnavailableException extends com.microsoft.azure.cosmosdb.DocumentClientException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceUnavailableException()ServiceUnavailableException(com.microsoft.azure.cosmosdb.Error error, long lsn, String partitionKeyRangeId, Map<String,String> responseHeaders)ServiceUnavailableException(Exception innerException)ServiceUnavailableException(String message)ServiceUnavailableException(String message, io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers, String requestUri)ServiceUnavailableException(String message, io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers, URI requestUri)ServiceUnavailableException(String message, Exception innerException, io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers, String requestUri)
-
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
-
ServiceUnavailableException
public ServiceUnavailableException()
-
ServiceUnavailableException
public ServiceUnavailableException(com.microsoft.azure.cosmosdb.Error error, long lsn, String partitionKeyRangeId, Map<String,String> responseHeaders)
-
ServiceUnavailableException
public ServiceUnavailableException(String message)
-
ServiceUnavailableException
public ServiceUnavailableException(String message, io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers, String requestUri)
-
ServiceUnavailableException
public ServiceUnavailableException(String message, io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers, URI requestUri)
-
ServiceUnavailableException
public ServiceUnavailableException(Exception innerException)
-
-