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:
- java.io.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
VcsFileNotFoundException
public VcsFileNotFoundException()
VcsFileNotFoundException
public VcsFileNotFoundException(java.lang.String message)
VcsFileNotFoundException
public VcsFileNotFoundException(java.lang.String message,
java.lang.Throwable cause)
VcsFileNotFoundException
public VcsFileNotFoundException(java.lang.Throwable cause)