Class LockedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microsoft.azure.cosmosdb.DocumentClientException
-
- com.microsoft.azure.cosmosdb.internal.directconnectivity.LockedException
-
- All Implemented Interfaces:
Serializable
public class LockedException 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 LockedException()LockedException(com.microsoft.azure.cosmosdb.Error error, long lsn, String partitionKeyRangeId, Map<String,String> responseHeaders)LockedException(Exception innerException)LockedException(String msg)LockedException(String message, io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers, String requestUri)LockedException(String message, Exception innerException, io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers, String requestUri)LockedException(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
-
LockedException
public LockedException()
-
LockedException
public LockedException(com.microsoft.azure.cosmosdb.Error error, long lsn, String partitionKeyRangeId, Map<String,String> responseHeaders)
-
LockedException
public LockedException(String msg)
-
LockedException
public LockedException(String message, io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers, String requestUri)
-
LockedException
public LockedException(Exception innerException)
-
-