public class PatchApplyException extends GitAPIException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
PatchApplyException(java.lang.String message)
Constructor for PatchApplyException
|
PatchApplyException(java.lang.String message,
java.lang.Throwable cause)
Constructor for PatchApplyException
|
private static final long serialVersionUID
public PatchApplyException(java.lang.String message, java.lang.Throwable cause)
message
- error messagecause
- a Throwable
public PatchApplyException(java.lang.String message)
message
- error message