public class CommandFailedException extends Exception
Constructor and Description |
---|
CommandFailedException(int returnCode,
String message) |
CommandFailedException(int returnCode,
String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
int |
getReturnCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CommandFailedException(int returnCode, String message)
returnCode
- return code returned by the commandmessage
- error messageCopyright © 2018 Eclipse JGit Project. All rights reserved.