org.eclipse.jgit.errors
Class NotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.eclipse.jgit.errors.NotSupportedException
- All Implemented Interfaces:
- Serializable
public class NotSupportedException
- extends IOException
JGit encountered a case that it knows it cannot yet handle.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotSupportedException
public NotSupportedException(String s)
- Construct a NotSupportedException for some issue JGit cannot
yet handle.
- Parameters:
s
- message describing the issue
NotSupportedException
public NotSupportedException(String s,
Throwable why)
- Construct a NotSupportedException for some issue JGit cannot yet handle.
- Parameters:
s
- message describing the issuewhy
- a lower level implementation specific issue.
Copyright © 2012. All Rights Reserved.