Class CleanupInterruptedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.serverSide.cleanup.CleanupInterruptedException
-
- All Implemented Interfaces:
Serializable
public class CleanupInterruptedException extends RuntimeException
- Since:
- 2020.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CleanupInterruptedException(InterruptReason interruptReason)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CleanupInterruptedException
public CleanupInterruptedException(@NotNull InterruptReason interruptReason)
-
-