In code review we often see uses of JGitInternalException where a high
level GitAPIException would be more appropriate. Hopefully the word
low-level in the constructor comment will lead to fewer such cases.
Change-Id: Id5ec7897535f6c5c5f0bd153fe0ff15c65083474
private static final long serialVersionUID = 1L;
/**
+ * Construct an exception for low-level internal exceptions
+ *
* @param message
* @param cause
*/
}
/**
+ * Construct an exception for low-level internal exceptions
+ *
* @param message
*/
public JGitInternalException(String message) {