public class AbortedByHookException extends GitAPIException
| Constructor and Description |
|---|
AbortedByHookException(String message,
String hookName,
int returnCode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHookName() |
String |
getMessage() |
int |
getReturnCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getHookName()
public int getReturnCode()
public String getMessage()
getMessage in class ThrowableCopyright © 2016 Eclipse JGit Project. All rights reserved.