Package jetbrains.buildServer
Class ProcessTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.InterruptedException
-
- jetbrains.buildServer.ProcessTimeoutException
-
- All Implemented Interfaces:
Serializable
public class ProcessTimeoutException extends InterruptedException
The exception is used when a process was interrupted due to timeout of its execution- Since:
- 8.1
- Author:
- kir
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessTimeoutException(String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
void
setProcessName(String name)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ProcessTimeoutException
public ProcessTimeoutException(String message)
-
-
Method Detail
-
setProcessName
public void setProcessName(@NotNull String name)
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
-