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:
Serializable
Exception thrown when applying a patch fails
- Since:
- 2.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPatchApplyException
(String message) Constructor for PatchApplyExceptionPatchApplyException
(String message, Throwable cause) Constructor for PatchApplyException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
PatchApplyException
Constructor for PatchApplyException- Parameters:
message
- error messagecause
- aThrowable
-
PatchApplyException
Constructor for PatchApplyException- Parameters:
message
- error message
-