Serializable
public 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotSupportedException(String s)
s
- message describing the issueCopyright © 2018. All rights reserved.