Class SiteToSiteRestApiClient.HttpGetFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.nifi.remote.util.SiteToSiteRestApiClient.HttpGetFailedException
All Implemented Interfaces:
Serializable
Enclosing class:
SiteToSiteRestApiClient

public class SiteToSiteRestApiClient.HttpGetFailedException extends IOException
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • responseCode

      private final int responseCode
    • responseMessage

      private final String responseMessage
    • explanation

      private final String explanation
  • Constructor Details

    • HttpGetFailedException

      public HttpGetFailedException(int responseCode, String responseMessage, String explanation)
  • Method Details

    • getResponseCode

      public int getResponseCode()
    • getDescription

      public String getDescription()