public class org.eclipse.jgit.errors.PackMismatchException extends java.io.IOException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jgit.errors.PackMismatchException
  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.PackMismatchException this
        start local 1 // java.lang.String why
         0: .line 28
            aload 0 /* this */
            aload 1 /* why */
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
         1: .line 29
            return
        end local 1 // java.lang.String why
        end local 0 // org.eclipse.jgit.errors.PackMismatchException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/errors/PackMismatchException;
            0    2     1   why  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      why   
}
SourceFile: "PackMismatchException.java"