jetbrains.buildServer.vcs
Class IncrementalPatchImpossibleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jetbrains.buildServer.vcs.VcsException
              extended by jetbrains.buildServer.vcs.IncrementalPatchImpossibleException
All Implemented Interfaces:
java.io.Serializable

public class IncrementalPatchImpossibleException
extends VcsException

This exception indicates that the requested icremental patch for the specified version cannot be constructed for some reason. After receiving this exception TeamCity initiates building a full checkout patch. since 4.1

See Also:
Serialized Form

Constructor Summary
IncrementalPatchImpossibleException()
           
IncrementalPatchImpossibleException(java.lang.String message)
           
IncrementalPatchImpossibleException(java.lang.String message, java.lang.Throwable cause)
           
IncrementalPatchImpossibleException(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

IncrementalPatchImpossibleException

public IncrementalPatchImpossibleException(java.lang.String message)

IncrementalPatchImpossibleException

public IncrementalPatchImpossibleException()

IncrementalPatchImpossibleException

public IncrementalPatchImpossibleException(java.lang.String message,
                                           java.lang.Throwable cause)

IncrementalPatchImpossibleException

public IncrementalPatchImpossibleException(java.lang.Throwable cause)