org.eclipse.jgit.errors
Class NotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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

Constructor Summary
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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 issue
why - a lower level implementation specific issue.


Copyright © 2012. All Rights Reserved.