Serializablepublic class NotSupportedException extends IOException
| Constructor | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotSupportedException(String s)
s - message describing the issueCopyright © 2018. All rights reserved.