Package org.jenkinsci.plugins.codesonar
Class CodeSonarHubCommunicationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.jenkinsci.plugins.codesonar.CodeSonarPluginException
-
- org.jenkinsci.plugins.codesonar.CodeSonarHubCommunicationException
-
- All Implemented Interfaces:
Serializable
public class CodeSonarHubCommunicationException extends CodeSonarPluginException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CodeSonarHubCommunicationException(String hubUri, int statusCode, String reasonPhrase, String bodyContent)
CodeSonarHubCommunicationException(URI hubUri, int statusCode, String reasonPhrase, String bodyContent)
-
Method Summary
-
Methods inherited from class org.jenkinsci.plugins.codesonar.CodeSonarPluginException
getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-