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:
  • Field Details

  • Constructor Details

    • 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.