public class java.nio.file.ProviderMismatchException extends java.lang.IllegalArgumentException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.nio.file.ProviderMismatchException
  super_class: java.lang.IllegalArgumentException
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 4990847485741612530

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.file.ProviderMismatchException this
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.IllegalArgumentException.<init>:()V
         1: .line 44
            return
        end local 0 // java.nio.file.ProviderMismatchException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/file/ProviderMismatchException;

  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.ProviderMismatchException this
        start local 1 // java.lang.String msg
         0: .line 53
            aload 0 /* this */
            aload 1 /* msg */
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
         1: .line 54
            return
        end local 1 // java.lang.String msg
        end local 0 // java.nio.file.ProviderMismatchException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/file/ProviderMismatchException;
            0    2     1   msg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      msg   
}
SourceFile: "ProviderMismatchException.java"