jetbrains.buildServer.vcs
Class VcsFileNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jetbrains.buildServer.vcs.VcsException
              extended by 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

Constructor Summary
VcsFileNotFoundException()
           
VcsFileNotFoundException(java.lang.String message)
           
VcsFileNotFoundException(java.lang.String message, java.lang.Throwable cause)
           
VcsFileNotFoundException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class jetbrains.buildServer.vcs.VcsException
getMessage, getRoot, isDetailed, isRecoverable, prependMessage, setRecoverable, setRoot
 
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
 

Constructor Detail

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)