public class CommandFailedException extends Exception
Constructor and Description |
---|
CommandFailedException(int returnCode,
String message)
Constructor for CommandFailedException
|
CommandFailedException(int returnCode,
String message,
Throwable cause)
Constructor for CommandFailedException
|
Modifier and Type | Method and Description |
---|---|
int |
getReturnCode()
Get return code returned by the command
|
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.