Class ToolAlreadyInstalledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jetbrains.buildServer.tools.ToolException
-
- jetbrains.buildServer.tools.installed.ToolAlreadyInstalledException
-
- All Implemented Interfaces:
Serializable
public class ToolAlreadyInstalledException extends ToolException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ToolAlreadyInstalledException(ToolVersion toolVersion)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ToolAlreadyInstalledException
public ToolAlreadyInstalledException(@NotNull ToolVersion toolVersion)
-
-