Package jetbrains.buildServer.vcs
Class UnknownVcsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.vcs.UnknownVcsException
-
- All Implemented Interfaces:
Serializable
public class UnknownVcsException extends RuntimeException
Thrown after attempt to create vcs root for non-existing vcs.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownVcsException(String vcsName, String message)
Create exception instance.UnknownVcsException(VcsRoot vcsRoot, String message)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getVcsName()
VcsRoot
getVcsRoot()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-