public class NotSupportedException
extends java.io.IOException
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.
|
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.Copyright © 2012. All Rights Reserved.