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, toStringpublic NotSupportedException(String s)
s - message describing the issueCopyright © 2014. All rights reserved.