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