Class IncrementalPatchImpossibleException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IncrementalPatchImpossibleException
    extends VcsException
    This exception indicates that the requested incremental 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 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)