public class org.apache.commons.vfs2.FileNotFoundException extends org.apache.commons.vfs2.FileSystemException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.vfs2.FileNotFoundException
  super_class: org.apache.commons.vfs2.FileSystemException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 20101208

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.vfs2.FileNotFoundException this
        start local 1 // java.lang.Object info0
         0: .line 32
            aload 0 /* this */
            ldc "vfs.provider/read-not-file.error"
            aload 1 /* info0 */
            invokespecial org.apache.commons.vfs2.FileSystemException.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 33
            return
        end local 1 // java.lang.Object info0
        end local 0 // org.apache.commons.vfs2.FileNotFoundException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/commons/vfs2/FileNotFoundException;
            0    2     1  info0  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      info0  final

  public void <init>(java.lang.Object, java.lang.Throwable);
    descriptor: (Ljava/lang/Object;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.commons.vfs2.FileNotFoundException this
        start local 1 // java.lang.Object info0
        start local 2 // java.lang.Throwable throwable
         0: .line 36
            aload 0 /* this */
            ldc "vfs.provider/read-not-file.error"
            aload 1 /* info0 */
            aload 2 /* throwable */
            invokespecial org.apache.commons.vfs2.FileSystemException.<init>:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Throwable;)V
         1: .line 37
            return
        end local 2 // java.lang.Throwable throwable
        end local 1 // java.lang.Object info0
        end local 0 // org.apache.commons.vfs2.FileNotFoundException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/apache/commons/vfs2/FileNotFoundException;
            0    2     1      info0  Ljava/lang/Object;
            0    2     2  throwable  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      info0      final
      throwable  final
}
SourceFile: "FileNotFoundException.java"