jetbrains.buildServer.vcs
Class IncrementalPatchImpossibleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jetbrains.buildServer.vcs.VcsException
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
| 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 |
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)