public class org.springframework.cache.interceptor.CacheOperationInvoker$ThrowableWrapper extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.cache.interceptor.CacheOperationInvoker$ThrowableWrapper
  super_class: java.lang.RuntimeException
{
  private final java.lang.Throwable original;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.cache.interceptor.CacheOperationInvoker$ThrowableWrapper this
        start local 1 // java.lang.Throwable original
         0: .line 51
            aload 0 /* this */
            aload 1 /* original */
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
            aload 1 /* original */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 52
            aload 0 /* this */
            aload 1 /* original */
            putfield org.springframework.cache.interceptor.CacheOperationInvoker$ThrowableWrapper.original:Ljava/lang/Throwable;
         2: .line 53
            return
        end local 1 // java.lang.Throwable original
        end local 0 // org.springframework.cache.interceptor.CacheOperationInvoker$ThrowableWrapper this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/springframework/cache/interceptor/CacheOperationInvoker$ThrowableWrapper;
            0    3     1  original  Ljava/lang/Throwable;
    MethodParameters:
          Name  Flags
      original  

  public java.lang.Throwable getOriginal();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.cache.interceptor.CacheOperationInvoker$ThrowableWrapper this
         0: .line 56
            aload 0 /* this */
            getfield org.springframework.cache.interceptor.CacheOperationInvoker$ThrowableWrapper.original:Ljava/lang/Throwable;
            areturn
        end local 0 // org.springframework.cache.interceptor.CacheOperationInvoker$ThrowableWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/cache/interceptor/CacheOperationInvoker$ThrowableWrapper;
}
SourceFile: "CacheOperationInvoker.java"
NestHost: org.springframework.cache.interceptor.CacheOperationInvoker
InnerClasses:
  public ThrowableWrapper = org.springframework.cache.interceptor.CacheOperationInvoker$ThrowableWrapper of org.springframework.cache.interceptor.CacheOperationInvoker