Package org.jenkinsci.plugins.codesonar
Class CodeSonarRequestURISyntaxException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.jenkinsci.plugins.codesonar.CodeSonarPluginException
-
- org.jenkinsci.plugins.codesonar.CodeSonarRequestURISyntaxException
-
- All Implemented Interfaces:
Serializable
public class CodeSonarRequestURISyntaxException extends CodeSonarPluginException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CodeSonarRequestURISyntaxException(Exception e)
-
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
-
-
-
-
Constructor Detail
-
CodeSonarRequestURISyntaxException
public CodeSonarRequestURISyntaxException(Exception e)
-
-