Class CodeSonarHubCommunicationException

All Implemented Interfaces:
Serializable

public class CodeSonarHubCommunicationException extends CodeSonarPluginException
See Also:
  • Constructor Details

    • CodeSonarHubCommunicationException

      public CodeSonarHubCommunicationException(URI hubUri, int statusCode, String reasonPhrase, String bodyContent)
    • CodeSonarHubCommunicationException

      public CodeSonarHubCommunicationException(String hubUri, int statusCode, String reasonPhrase, String bodyContent)