public class NotSupportedException
extends java.io.IOException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
NotSupportedException(java.lang.String s)
Construct a NotSupportedException for some issue JGit cannot
yet handle.
|
NotSupportedException(java.lang.String s,
java.lang.Throwable why)
Construct a NotSupportedException for some issue JGit cannot yet handle.
|
private static final long serialVersionUID
public NotSupportedException(java.lang.String s)
s
- message describing the issuepublic NotSupportedException(java.lang.String s, java.lang.Throwable why)
s
- message describing the issuewhy
- a lower level implementation specific issue.