Package org.eclipse.jgit.api.errors
Class PatchApplyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.jgit.api.errors.GitAPIException
-
- org.eclipse.jgit.api.errors.PatchApplyException
-
- All Implemented Interfaces:
java.io.Serializable
public class PatchApplyException extends GitAPIException
Exception thrown when applying a patch fails- Since:
- 2.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PatchApplyException(java.lang.String message)
PatchApplyException(java.lang.String message, java.lang.Throwable cause)
-