Class ExtraToolInstallersException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.synopsys.arc.jenkinsci.plugins.extratoolinstallers.utils.ExtraToolInstallersException
- All Implemented Interfaces:
Serializable
Just an exception type for issues happening in the plugin.
- Author:
- Oleg Nenashev
- See Also:
-
Constructor Summary
ConstructorDescriptionExtraToolInstallersException
(ToolInstaller installer, String message) ExtraToolInstallersException
(ToolInstaller installer, String message, Throwable cause) ExtraToolInstallersException
(ToolInstaller installer, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExtraToolInstallersException
-
ExtraToolInstallersException
-
ExtraToolInstallersException
-
-
Method Details
-
getInstaller
-