public class MethodNotAllowedException extends DocumentClientException
| Constructor and Description |
|---|
MethodNotAllowedException() |
MethodNotAllowedException(Error error,
long lsn,
String partitionKeyRangeId,
Map<String,String> responseHeaders) |
MethodNotAllowedException(Exception innerException) |
MethodNotAllowedException(String message) |
MethodNotAllowedException(String message,
Exception innerException,
io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers,
String requestUri) |
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) |
getActivityId, getClientSideRequestStatistics, getError, getLsn, getMessage, getPartitionKeyRangeId, getRequestHeaders, getRequestUri, getResponseHeaders, getRetryAfterInMilliseconds, getStatusCode, getSubStatusCode, setClientSideRequestStatistics, setRequestUri, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic MethodNotAllowedException()
public MethodNotAllowedException(Error error, long lsn, String partitionKeyRangeId, Map<String,String> responseHeaders)
public MethodNotAllowedException(String message)
public MethodNotAllowedException(String message, io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers, String requestUri)
public MethodNotAllowedException(String message, io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers, URI requestUri)
public MethodNotAllowedException(Exception innerException)
Copyright © 2020. All rights reserved.