Class WebClientServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.nifi.web.client.api.WebClientServiceException
All Implemented Interfaces:
Serializable

public class WebClientServiceException extends RuntimeException
Web Client Service Exception provides a generalized wrapper for HTTP communication failures
See Also:
  • Constructor Details

    • WebClientServiceException

      public WebClientServiceException(String message, Throwable cause, URI uri, HttpRequestMethod httpRequestMethod)
      Web Service Client Exception with standard HTTP request properties
      Parameters:
      message - Failure message
      cause - Failure cause
      uri - HTTP Request URI
      httpRequestMethod - HTTP Request Method
  • Method Details