Package jetbrains.buildServer.vcs.impl
Class BranchExcludedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jetbrains.buildServer.vcs.VcsException
-
- jetbrains.buildServer.vcs.impl.BranchExcludedException
-
- All Implemented Interfaces:
Serializable
public class BranchExcludedException extends VcsException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BranchExcludedException(SBuildType buildType)
BranchExcludedException(SBuildType buildType, String branchName)
-
Method Summary
-
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
-
BranchExcludedException
public BranchExcludedException(@NotNull SBuildType buildType)
-
BranchExcludedException
public BranchExcludedException(@NotNull SBuildType buildType, @NotNull String branchName)
-
-