public abstract class GitAPIException
extends java.lang.Exception
org.eclipse.jgit.api| 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.
|
protected GitAPIException(java.lang.String message,
java.lang.Throwable cause)
message - detail messagecause - causeprotected GitAPIException(java.lang.String message)
message - detail messageCopyright © 2013. All Rights Reserved.