public class org.apache.commons.collections.BufferOverflowException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.collections.BufferOverflowException
  super_class: java.lang.RuntimeException
{
  private final java.lang.Throwable throwable;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.BufferOverflowException this
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.<init>:()V
         1: .line 42
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.collections.BufferOverflowException.throwable:Ljava/lang/Throwable;
         2: .line 43
            return
        end local 0 // org.apache.commons.collections.BufferOverflowException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections/BufferOverflowException;

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.BufferOverflowException this
        start local 1 // java.lang.String message
         0: .line 51
            aload 0 /* this */
            aload 1 /* message */
            aconst_null
            invokespecial org.apache.commons.collections.BufferOverflowException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 52
            return
        end local 1 // java.lang.String message
        end local 0 // org.apache.commons.collections.BufferOverflowException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/commons/collections/BufferOverflowException;
            0    2     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  

  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.apache.commons.collections.BufferOverflowException this
        start local 1 // java.lang.String message
        start local 2 // java.lang.Throwable exception
         0: .line 61
            aload 0 /* this */
            aload 1 /* message */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 62
            aload 0 /* this */
            aload 2 /* exception */
            putfield org.apache.commons.collections.BufferOverflowException.throwable:Ljava/lang/Throwable;
         2: .line 63
            return
        end local 2 // java.lang.Throwable exception
        end local 1 // java.lang.String message
        end local 0 // org.apache.commons.collections.BufferOverflowException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/apache/commons/collections/BufferOverflowException;
            0    3     1    message  Ljava/lang/String;
            0    3     2  exception  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      message    
      exception  

  public final java.lang.Throwable getCause();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.BufferOverflowException this
         0: .line 71
            aload 0 /* this */
            getfield org.apache.commons.collections.BufferOverflowException.throwable:Ljava/lang/Throwable;
            areturn
        end local 0 // org.apache.commons.collections.BufferOverflowException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/BufferOverflowException;
}
SourceFile: "BufferOverflowException.java"