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, toString
public String getHookName()
public int getReturnCode()
public String getMessage()
getMessage
in class Throwable
Copyright © 2015 Eclipse JGit Project. All rights reserved.