public class org.apache.cassandra.io.sstable.CorruptSSTableException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.cassandra.io.sstable.CorruptSSTableException
  super_class: java.lang.RuntimeException
{
  public final java.io.File path;
    descriptor: Ljava/io/File;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public void <init>(java.lang.Throwable, java.io.File);
    descriptor: (Ljava/lang/Throwable;Ljava/io/File;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.cassandra.io.sstable.CorruptSSTableException this
        start local 1 // java.lang.Throwable cause
        start local 2 // java.io.File path
         0: .line 28
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Corrupted: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* path */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 1 /* cause */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 29
            aload 0 /* this */
            aload 2 /* path */
            putfield org.apache.cassandra.io.sstable.CorruptSSTableException.path:Ljava/io/File;
         2: .line 30
            return
        end local 2 // java.io.File path
        end local 1 // java.lang.Throwable cause
        end local 0 // org.apache.cassandra.io.sstable.CorruptSSTableException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/cassandra/io/sstable/CorruptSSTableException;
            0    3     1  cause  Ljava/lang/Throwable;
            0    3     2   path  Ljava/io/File;
    MethodParameters:
       Name  Flags
      cause  
      path   

  public void <init>(java.lang.Throwable, java.lang.String);
    descriptor: (Ljava/lang/Throwable;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.apache.cassandra.io.sstable.CorruptSSTableException this
        start local 1 // java.lang.Throwable cause
        start local 2 // java.lang.String path
         0: .line 34
            aload 0 /* this */
            aload 1 /* cause */
            new java.io.File
            dup
            aload 2 /* path */
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            invokespecial org.apache.cassandra.io.sstable.CorruptSSTableException.<init>:(Ljava/lang/Throwable;Ljava/io/File;)V
         1: .line 35
            return
        end local 2 // java.lang.String path
        end local 1 // java.lang.Throwable cause
        end local 0 // org.apache.cassandra.io.sstable.CorruptSSTableException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/cassandra/io/sstable/CorruptSSTableException;
            0    2     1  cause  Ljava/lang/Throwable;
            0    2     2   path  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      cause  
      path   
}
SourceFile: "CorruptSSTableException.java"