public abstract class org.springframework.core.NestedRuntimeException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.core.NestedRuntimeException
  super_class: java.lang.RuntimeException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 5439915454935047936

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 47
            ldc Lorg/springframework/core/NestedExceptionUtils;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            pop
         1: .line 48
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.core.NestedRuntimeException this
        start local 1 // java.lang.String msg
         0: .line 56
            aload 0 /* this */
            aload 1 /* msg */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 57
            return
        end local 1 // java.lang.String msg
        end local 0 // org.springframework.core.NestedRuntimeException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/core/NestedRuntimeException;
            0    2     1   msg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      msg   

  public void <init>(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.core.NestedRuntimeException this
        start local 1 // java.lang.String msg
        start local 2 // java.lang.Throwable cause
         0: .line 66
            aload 0 /* this */
            aload 1 /* msg */
            aload 2 /* cause */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 67
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.String msg
        end local 0 // org.springframework.core.NestedRuntimeException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/springframework/core/NestedRuntimeException;
            0    2     1    msg  Ljava/lang/String;
            0    2     2  cause  Ljava/lang/Throwable;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
      1:
        org.springframework.lang.Nullable()
    MethodParameters:
       Name  Flags
      msg    
      cause  

  public java.lang.String getMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.core.NestedRuntimeException this
         0: .line 77
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.getMessage:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual org.springframework.core.NestedRuntimeException.getCause:()Ljava/lang/Throwable;
            invokestatic org.springframework.core.NestedExceptionUtils.buildMessage:(Ljava/lang/String;Ljava/lang/Throwable;)Ljava/lang/String;
            areturn
        end local 0 // org.springframework.core.NestedRuntimeException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/NestedRuntimeException;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public java.lang.Throwable getRootCause();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.core.NestedRuntimeException this
         0: .line 88
            aload 0 /* this */
            invokestatic org.springframework.core.NestedExceptionUtils.getRootCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            areturn
        end local 0 // org.springframework.core.NestedRuntimeException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/NestedRuntimeException;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public java.lang.Throwable getMostSpecificCause();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.springframework.core.NestedRuntimeException this
         0: .line 100
            aload 0 /* this */
            invokevirtual org.springframework.core.NestedRuntimeException.getRootCause:()Ljava/lang/Throwable;
            astore 1 /* rootCause */
        start local 1 // java.lang.Throwable rootCause
         1: .line 101
            aload 1 /* rootCause */
            ifnull 2
            aload 1 /* rootCause */
            goto 3
      StackMap locals: java.lang.Throwable
      StackMap stack:
         2: aload 0 /* this */
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: areturn
        end local 1 // java.lang.Throwable rootCause
        end local 0 // org.springframework.core.NestedRuntimeException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/springframework/core/NestedRuntimeException;
            1    4     1  rootCause  Ljava/lang/Throwable;

  public boolean contains(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.core.NestedRuntimeException this
        start local 1 // java.lang.Class exType
         0: .line 112
            aload 1 /* exType */
            ifnonnull 2
         1: .line 113
            iconst_0
            ireturn
         2: .line 115
      StackMap locals:
      StackMap stack:
            aload 1 /* exType */
            aload 0 /* this */
            invokevirtual java.lang.Class.isInstance:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 116
            iconst_1
            ireturn
         4: .line 118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.springframework.core.NestedRuntimeException.getCause:()Ljava/lang/Throwable;
            astore 2 /* cause */
        start local 2 // java.lang.Throwable cause
         5: .line 119
            aload 2 /* cause */
            aload 0 /* this */
            if_acmpne 7
         6: .line 120
            iconst_0
            ireturn
         7: .line 122
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 2 /* cause */
            instanceof org.springframework.core.NestedRuntimeException
            ifeq 14
         8: .line 123
            aload 2 /* cause */
            checkcast org.springframework.core.NestedRuntimeException
            aload 1 /* exType */
            invokevirtual org.springframework.core.NestedRuntimeException.contains:(Ljava/lang/Class;)Z
            ireturn
         9: .line 127
      StackMap locals:
      StackMap stack:
            aload 1 /* exType */
            aload 2 /* cause */
            invokevirtual java.lang.Class.isInstance:(Ljava/lang/Object;)Z
            ifeq 11
        10: .line 128
            iconst_1
            ireturn
        11: .line 130
      StackMap locals:
      StackMap stack:
            aload 2 /* cause */
            invokevirtual java.lang.Throwable.getCause:()Ljava/lang/Throwable;
            aload 2 /* cause */
            if_acmpne 13
        12: .line 131
            goto 15
        13: .line 133
      StackMap locals:
      StackMap stack:
            aload 2 /* cause */
            invokevirtual java.lang.Throwable.getCause:()Ljava/lang/Throwable;
            astore 2 /* cause */
        14: .line 126
      StackMap locals:
      StackMap stack:
            aload 2 /* cause */
            ifnonnull 9
        15: .line 135
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.Class exType
        end local 0 // org.springframework.core.NestedRuntimeException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0    this  Lorg/springframework/core/NestedRuntimeException;
            0   16     1  exType  Ljava/lang/Class<*>;
            5   16     2   cause  Ljava/lang/Throwable;
    Signature: (Ljava/lang/Class<*>;)Z
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
        Name  Flags
      exType  
}
SourceFile: "NestedRuntimeException.java"