Package jetbrains.buildServer.vcs
Class VcsOperationProgressRunner.VcsOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.vcs.VcsOperationProgressRunner.VcsOperationException
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- VcsOperationProgressRunner
public static class VcsOperationProgressRunner.VcsOperationException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VcsOperationException(Exception cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
VcsOperationException
public VcsOperationException(@NotNull Exception cause)
-
-