Package jetbrains.buildServer.tools
Class ToolException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jetbrains.buildServer.tools.ToolException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NotEnoughFreeDiskSpaceToolException
,ToolAlreadyInstalledException
public class ToolException extends Exception
Created by Evgeniy.Koshkin on 10-Feb-16.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ToolException(String message)
ToolException(String message, Throwable cause)
ToolException(Throwable ex)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-