public class org.springframework.cache.Cache$ValueRetrievalException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.cache.Cache$ValueRetrievalException
  super_class: java.lang.RuntimeException
{
  private final java.lang.Object key;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void <init>(, java.util.concurrent.Callable<?>, java.lang.Throwable);
    descriptor: (Ljava/lang/Object;Ljava/util/concurrent/Callable;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.springframework.cache.Cache$ValueRetrievalException this
        start local 1 // java.lang.Object key
        start local 2 // java.util.concurrent.Callable loader
        start local 3 // java.lang.Throwable ex
         0: .line 177
            aload 0 /* this */
            ldc "Value for key '%s' could not be loaded using '%s'"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            dup
            iconst_1
            aload 2 /* loader */
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            aload 3 /* ex */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 178
            aload 0 /* this */
            aload 1 /* key */
            putfield org.springframework.cache.Cache$ValueRetrievalException.key:Ljava/lang/Object;
         2: .line 179
            return
        end local 3 // java.lang.Throwable ex
        end local 2 // java.util.concurrent.Callable loader
        end local 1 // java.lang.Object key
        end local 0 // org.springframework.cache.Cache$ValueRetrievalException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/springframework/cache/Cache$ValueRetrievalException;
            0    3     1     key  Ljava/lang/Object;
            0    3     2  loader  Ljava/util/concurrent/Callable<*>;
            0    3     3      ex  Ljava/lang/Throwable;
    Signature: (Ljava/lang/Object;Ljava/util/concurrent/Callable<*>;Ljava/lang/Throwable;)V
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
      1:
      2:
    MethodParameters:
        Name  Flags
      key     
      loader  
      ex      

  public java.lang.Object getKey();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.cache.Cache$ValueRetrievalException this
         0: .line 183
            aload 0 /* this */
            getfield org.springframework.cache.Cache$ValueRetrievalException.key:Ljava/lang/Object;
            areturn
        end local 0 // org.springframework.cache.Cache$ValueRetrievalException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/cache/Cache$ValueRetrievalException;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
}
SourceFile: "Cache.java"
NestHost: org.springframework.cache.Cache
InnerClasses:
  public ValueRetrievalException = org.springframework.cache.Cache$ValueRetrievalException of org.springframework.cache.Cache