Package jetbrains.buildServer.vcs
Class VcsFileNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jetbrains.buildServer.vcs.VcsException
-
- jetbrains.buildServer.vcs.VcsFileNotFoundException
-
- All Implemented Interfaces:
Serializable
public class VcsFileNotFoundException extends VcsException
Exception is thrown during requesting some VCS file operation when the target file isn't found.- Since:
- 5.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VcsFileNotFoundException()
VcsFileNotFoundException(String message)
VcsFileNotFoundException(String message, Throwable cause)
VcsFileNotFoundException(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
-
-