Package jetbrains.buildServer.vcs.impl
Class BranchNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jetbrains.buildServer.vcs.VcsException
-
- jetbrains.buildServer.vcs.impl.BranchNotFoundException
-
- All Implemented Interfaces:
Serializable
public class BranchNotFoundException extends VcsException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BranchNotFoundException(VcsRootInstance root, String logicalBranchName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLogicalBranchName()
VcsRootInstance
getRoot()
-
Methods inherited from class jetbrains.buildServer.vcs.VcsException
isRecoverable, setRecoverable, setRoot
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BranchNotFoundException
public BranchNotFoundException(@NotNull VcsRootInstance root, @NotNull String logicalBranchName)
-
-
Method Detail
-
getLogicalBranchName
@NotNull public String getLogicalBranchName()
-
getRoot
@NotNull public VcsRootInstance getRoot()
-
-