public class org.eclipse.jgit.errors.NotSupportedException extends java.io.IOException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jgit.errors.NotSupportedException
  super_class: java.io.IOException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.errors.NotSupportedException this
        start local 1 // java.lang.String s
         0: .line 62
            aload 0 /* this */
            aload 1 /* s */
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
         1: .line 63
            return
        end local 1 // java.lang.String s
        end local 0 // org.eclipse.jgit.errors.NotSupportedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/errors/NotSupportedException;
            0    2     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     

  public void <init>(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.errors.NotSupportedException this
        start local 1 // java.lang.String s
        start local 2 // java.lang.Throwable why
         0: .line 74
            aload 0 /* this */
            aload 1 /* s */
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
         1: .line 75
            aload 0 /* this */
            aload 2 /* why */
            invokevirtual org.eclipse.jgit.errors.NotSupportedException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
         2: .line 76
            return
        end local 2 // java.lang.Throwable why
        end local 1 // java.lang.String s
        end local 0 // org.eclipse.jgit.errors.NotSupportedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jgit/errors/NotSupportedException;
            0    3     1     s  Ljava/lang/String;
            0    3     2   why  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      s     
      why   
}
SourceFile: "NotSupportedException.java"