public class GitException extends RuntimeException
| Constructor and Description |
|---|
GitException(org.eclipse.jgit.lib.Repository repository)
Create a Git exception
|
GitException(String message,
org.eclipse.jgit.lib.Repository repository)
Create a Git exception with a message
|
GitException(String message,
Throwable cause,
org.eclipse.jgit.lib.Repository repository)
Create a Git exception with a message and cause
|
GitException(Throwable cause,
org.eclipse.jgit.lib.Repository repository)
Create a Git exception with a cause
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jgit.lib.Repository |
getRepository()
Get repository where exception occurred
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GitException(String message, Throwable cause, org.eclipse.jgit.lib.Repository repository)
message - cause - repository - public GitException(Throwable cause, org.eclipse.jgit.lib.Repository repository)
cause - repository - public GitException(String message, org.eclipse.jgit.lib.Repository repository)
message - repository - public GitException(org.eclipse.jgit.lib.Repository repository)
repository - Copyright © 2011-2015. All Rights Reserved.