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

  public void <init>(java.lang.OutOfMemoryError);
    descriptor: (Ljava/lang/OutOfMemoryError;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.errors.LargeObjectException$OutOfMemory this
        start local 1 // java.lang.OutOfMemoryError cause
         0: .line 104
            aload 0 /* this */
            invokespecial org.eclipse.jgit.errors.LargeObjectException.<init>:()V
         1: .line 105
            aload 0 /* this */
            aload 1 /* cause */
            invokevirtual org.eclipse.jgit.errors.LargeObjectException$OutOfMemory.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
         2: .line 106
            return
        end local 1 // java.lang.OutOfMemoryError cause
        end local 0 // org.eclipse.jgit.errors.LargeObjectException$OutOfMemory this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/jgit/errors/LargeObjectException$OutOfMemory;
            0    3     1  cause  Ljava/lang/OutOfMemoryError;
    MethodParameters:
       Name  Flags
      cause  

  public java.lang.String getMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.errors.LargeObjectException$OutOfMemory this
         0: .line 110
            invokestatic org.eclipse.jgit.internal.JGitText.get:()Lorg/eclipse/jgit/internal/JGitText;
            getfield org.eclipse.jgit.internal.JGitText.largeObjectOutOfMemory:Ljava/lang/String;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 111
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.errors.LargeObjectException$OutOfMemory.getObjectName:()Ljava/lang/String;
            aastore
         2: .line 110
            invokestatic java.text.MessageFormat.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jgit.errors.LargeObjectException$OutOfMemory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jgit/errors/LargeObjectException$OutOfMemory;
}
SourceFile: "LargeObjectException.java"
NestHost: org.eclipse.jgit.errors.LargeObjectException
InnerClasses:
  public OutOfMemory = org.eclipse.jgit.errors.LargeObjectException$OutOfMemory of org.eclipse.jgit.errors.LargeObjectException