Package jetbrains.buildServer.vcs
Class VcsRootNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.vcs.VcsRootNotFoundException
-
- All Implemented Interfaces:
Serializable
public class VcsRootNotFoundException extends RuntimeException
Thrown if VCS root does not exist- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VcsRootNotFoundException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
VcsRootNotFoundException
public VcsRootNotFoundException(String message)
-
-