public class PatchApplyException extends GitAPIException
Constructor and Description |
---|
PatchApplyException(String message)
Constructor for PatchApplyException
|
PatchApplyException(String message,
Throwable cause)
Constructor for PatchApplyException
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PatchApplyException(String message, Throwable cause)
message
- error messagecause
- a Throwable
public PatchApplyException(String message)
message
- error messageCopyright © 2018 Eclipse JGit Project. All rights reserved.