public class java.nio.file.attribute.UserPrincipalNotFoundException extends java.io.IOException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.nio.file.attribute.UserPrincipalNotFoundException
  super_class: java.io.IOException
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -5369283889045833024

  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.file.attribute.UserPrincipalNotFoundException this
        start local 1 // java.lang.String name
         0: .line 51
            aload 0 /* this */
            invokespecial java.io.IOException.<init>:()V
         1: .line 52
            aload 0 /* this */
            aload 1 /* name */
            putfield java.nio.file.attribute.UserPrincipalNotFoundException.name:Ljava/lang/String;
         2: .line 53
            return
        end local 1 // java.lang.String name
        end local 0 // java.nio.file.attribute.UserPrincipalNotFoundException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/nio/file/attribute/UserPrincipalNotFoundException;
            0    3     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.file.attribute.UserPrincipalNotFoundException this
         0: .line 62
            aload 0 /* this */
            getfield java.nio.file.attribute.UserPrincipalNotFoundException.name:Ljava/lang/String;
            areturn
        end local 0 // java.nio.file.attribute.UserPrincipalNotFoundException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/file/attribute/UserPrincipalNotFoundException;
}
SourceFile: "UserPrincipalNotFoundException.java"