Package jetbrains.buildServer.vcs
Class VcsOperationRejectedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jetbrains.buildServer.vcs.VcsException
-
- jetbrains.buildServer.vcs.VcsOperationRejectedException
-
- All Implemented Interfaces:
Serializable
public class VcsOperationRejectedException extends VcsException
Should be thrown when vcs operation temporarily can't be performed and should be retried later- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VcsOperationRejectedException(String message)
-
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
-
VcsOperationRejectedException
public VcsOperationRejectedException(@NotNull String message)
-
-