jetbrains.buildServer.vcs
Class UnknownVcsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jetbrains.buildServer.vcs.UnknownVcsException
- All Implemented Interfaces:
- java.io.Serializable
public class UnknownVcsException
- extends java.lang.RuntimeException
Thrown after attempt to create vcs root for non-existing vcs.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UnknownVcsException
public UnknownVcsException(java.lang.String vcsName,
java.lang.String message)
- Create exception instance.
- Parameters:
vcsName - VCS plugin namemessage - error message.
UnknownVcsException
public UnknownVcsException(VcsRoot vcsRoot,
java.lang.String message)
- Constructor
- Parameters:
vcsRoot - VCS root with reference to unknown VCS pluginmessage - error message
getVcsName
@Nullable
public java.lang.String getVcsName()
getVcsRoot
@Nullable
public VcsRoot getVcsRoot()