public class org.springframework.web.HttpSessionRequiredException extends javax.servlet.ServletException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.web.HttpSessionRequiredException
  super_class: javax.servlet.ServletException
{
  private final java.lang.String expectedAttribute;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  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 // org.springframework.web.HttpSessionRequiredException this
        start local 1 // java.lang.String msg
         0: .line 41
            aload 0 /* this */
            aload 1 /* msg */
            invokespecial javax.servlet.ServletException.<init>:(Ljava/lang/String;)V
         1: .line 42
            aload 0 /* this */
            aconst_null
            putfield org.springframework.web.HttpSessionRequiredException.expectedAttribute:Ljava/lang/String;
         2: .line 43
            return
        end local 1 // java.lang.String msg
        end local 0 // org.springframework.web.HttpSessionRequiredException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/web/HttpSessionRequiredException;
            0    3     1   msg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      msg   

  public void <init>(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.web.HttpSessionRequiredException this
        start local 1 // java.lang.String msg
        start local 2 // java.lang.String expectedAttribute
         0: .line 52
            aload 0 /* this */
            aload 1 /* msg */
            invokespecial javax.servlet.ServletException.<init>:(Ljava/lang/String;)V
         1: .line 53
            aload 0 /* this */
            aload 2 /* expectedAttribute */
            putfield org.springframework.web.HttpSessionRequiredException.expectedAttribute:Ljava/lang/String;
         2: .line 54
            return
        end local 2 // java.lang.String expectedAttribute
        end local 1 // java.lang.String msg
        end local 0 // org.springframework.web.HttpSessionRequiredException this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lorg/springframework/web/HttpSessionRequiredException;
            0    3     1                msg  Ljava/lang/String;
            0    3     2  expectedAttribute  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      msg                
      expectedAttribute  

  public java.lang.String getExpectedAttribute();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.HttpSessionRequiredException this
         0: .line 63
            aload 0 /* this */
            getfield org.springframework.web.HttpSessionRequiredException.expectedAttribute:Ljava/lang/String;
            areturn
        end local 0 // org.springframework.web.HttpSessionRequiredException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/HttpSessionRequiredException;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
}
SourceFile: "HttpSessionRequiredException.java"