public abstract class GitAPIException extends Exception
org.eclipse.jgit.api
Modifier | Constructor and Description |
---|---|
protected |
GitAPIException(String message)
Constructs a new exception with the specified detail message and no
cause.
|
protected |
GitAPIException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected GitAPIException(String message, Throwable cause)
message
- detail messagecause
- causeprotected GitAPIException(String message)
message
- detail messageCopyright © 2020 Eclipse JGit Project. All rights reserved.