Package jetbrains.buildServer.vcs
Class RevisionNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jetbrains.buildServer.vcs.VcsException
-
- jetbrains.buildServer.vcs.RevisionNotFoundException
-
- All Implemented Interfaces:
Serializable
public class RevisionNotFoundException extends VcsException
Error which can be thrown by plugin when revision for some operation is not found. If plugin throws it during an agent-side checkout, TeamCity will add a dedicated problem to a build which can be handled in a special way on the server (e.g. build can be marked as canceled instead of failed to start).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RevisionNotFoundException()
RevisionNotFoundException(String message)
RevisionNotFoundException(String message, Throwable cause)
RevisionNotFoundException(Throwable cause)
-
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
-
-