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