Class PatchApplyException

All Implemented Interfaces:
Serializable

public class PatchApplyException extends GitAPIException
Exception thrown when applying a patch fails
Since:
2.0
See Also:
  • Field Details

  • Constructor Details

    • PatchApplyException

      public PatchApplyException(String message, Throwable cause)
      Constructor for PatchApplyException
      Parameters:
      message - error message
      cause - a Throwable
    • PatchApplyException

      public PatchApplyException(String message)
      Constructor for PatchApplyException
      Parameters:
      message - error message