public class NotSupportedException extends IOException
Constructor and Description |
---|
NotSupportedException(String s)
Construct a NotSupportedException for some issue JGit cannot
yet handle.
|
NotSupportedException(String s,
Throwable why)
Construct a NotSupportedException for some issue JGit cannot yet handle.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotSupportedException(String s)
s
- message describing the issueCopyright © 2019 Eclipse JGit Project. All rights reserved.