Package org.jenkinsci.plugins.codesonar
Class CodeSonarPluginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.jenkinsci.plugins.codesonar.CodeSonarPluginException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CodeSonarHubCommunicationException
,CodeSonarJsonSyntaxException
,CodeSonarRequestURISyntaxException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCodeSonarPluginException
(String message, Object... args) CodeSonarPluginException
(String message, Throwable cause, Object... args) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CodeSonarPluginException
public CodeSonarPluginException() -
CodeSonarPluginException
-
CodeSonarPluginException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-