public class io.vertx.proton.sasl.SaslSystemException extends javax.security.sasl.SaslException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.proton.sasl.SaslSystemException
  super_class: javax.security.sasl.SaslException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private final boolean permanent;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.proton.sasl.SaslSystemException this
        start local 1 // boolean permanent
         0: .line 39
            aload 0 /* this */
            iload 1 /* permanent */
            aconst_null
            invokespecial io.vertx.proton.sasl.SaslSystemException.<init>:(ZLjava/lang/String;)V
         1: .line 40
            return
        end local 1 // boolean permanent
        end local 0 // io.vertx.proton.sasl.SaslSystemException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/proton/sasl/SaslSystemException;
            0    2     1  permanent  Z
    MethodParameters:
           Name  Flags
      permanent  

  public void <init>(boolean, java.lang.String);
    descriptor: (ZLjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.proton.sasl.SaslSystemException this
        start local 1 // boolean permanent
        start local 2 // java.lang.String detail
         0: .line 51
            aload 0 /* this */
            aload 2 /* detail */
            invokespecial javax.security.sasl.SaslException.<init>:(Ljava/lang/String;)V
         1: .line 52
            aload 0 /* this */
            iload 1 /* permanent */
            putfield io.vertx.proton.sasl.SaslSystemException.permanent:Z
         2: .line 53
            return
        end local 2 // java.lang.String detail
        end local 1 // boolean permanent
        end local 0 // io.vertx.proton.sasl.SaslSystemException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lio/vertx/proton/sasl/SaslSystemException;
            0    3     1  permanent  Z
            0    3     2     detail  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      permanent  
      detail     

  public final boolean isPermanent();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.sasl.SaslSystemException this
         0: .line 61
            aload 0 /* this */
            getfield io.vertx.proton.sasl.SaslSystemException.permanent:Z
            ireturn
        end local 0 // io.vertx.proton.sasl.SaslSystemException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/sasl/SaslSystemException;
}
SourceFile: "SaslSystemException.java"