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

public class ExtraToolInstallersException extends IOException
Just an exception type for issues happening in the plugin.
Author:
Oleg Nenashev
See Also:
  • Constructor Details

    • ExtraToolInstallersException

      public ExtraToolInstallersException(ToolInstaller installer, String message)
    • ExtraToolInstallersException

      public ExtraToolInstallersException(ToolInstaller installer, Throwable cause)
    • ExtraToolInstallersException

      public ExtraToolInstallersException(ToolInstaller installer, String message, Throwable cause)
  • Method Details