Class UnauthorizedException

  • All Implemented Interfaces:
    Serializable

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

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