Class MethodNotAllowedException

  • All Implemented Interfaces:
    Serializable

    public class MethodNotAllowedException
    extends com.microsoft.azure.cosmosdb.DocumentClientException
    See Also:
    Serialized Form
    • 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)
      • MethodNotAllowedException

        public MethodNotAllowedException​(String message,
                                         Exception innerException,
                                         io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers,
                                         String requestUri)