public class org.eclipse.jgit.transport.UploadPackInternalServerErrorException extends java.io.IOException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jgit.transport.UploadPackInternalServerErrorException
  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.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.transport.UploadPackInternalServerErrorException this
        start local 1 // java.lang.Throwable why
         0: .line 27
            aload 0 /* this */
            invokespecial java.io.IOException.<init>:()V
         1: .line 28
            aload 0 /* this */
            aload 1 /* why */
            invokevirtual org.eclipse.jgit.transport.UploadPackInternalServerErrorException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
         2: .line 29
            return
        end local 1 // java.lang.Throwable why
        end local 0 // org.eclipse.jgit.transport.UploadPackInternalServerErrorException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jgit/transport/UploadPackInternalServerErrorException;
            0    3     1   why  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      why   
}
SourceFile: "UploadPackInternalServerErrorException.java"