public abstract class GitAPIException
extends java.lang.Exception
org.eclipse.jgit.api
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Modifier | Constructor and Description |
---|---|
protected |
GitAPIException(java.lang.String message)
Constructs a new exception with the specified detail message and no
cause.
|
protected |
GitAPIException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
private static final long serialVersionUID
protected GitAPIException(java.lang.String message, java.lang.Throwable cause)
message
- detail messagecause
- causeprotected GitAPIException(java.lang.String message)
message
- detail message