class org.ehcache.impl.internal.store.tiering.CompoundCachingTier$ComputationException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.ehcache.impl.internal.store.tiering.CompoundCachingTier$ComputationException
  super_class: java.lang.RuntimeException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 6832417052348277644

  public void <init>(org.ehcache.spi.resilience.StoreAccessException);
    descriptor: (Lorg/ehcache/spi/resilience/StoreAccessException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.ehcache.impl.internal.store.tiering.CompoundCachingTier$ComputationException this
        start local 1 // org.ehcache.spi.resilience.StoreAccessException cause
         0: .line 85
            aload 0 /* this */
            aload 1 /* cause */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
         1: .line 86
            return
        end local 1 // org.ehcache.spi.resilience.StoreAccessException cause
        end local 0 // org.ehcache.impl.internal.store.tiering.CompoundCachingTier$ComputationException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/ehcache/impl/internal/store/tiering/CompoundCachingTier$ComputationException;
            0    2     1  cause  Lorg/ehcache/spi/resilience/StoreAccessException;
    MethodParameters:
       Name  Flags
      cause  

  public org.ehcache.spi.resilience.StoreAccessException getStoreAccessException();
    descriptor: ()Lorg/ehcache/spi/resilience/StoreAccessException;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.ehcache.impl.internal.store.tiering.CompoundCachingTier$ComputationException this
         0: .line 89
            aload 0 /* this */
            invokevirtual org.ehcache.impl.internal.store.tiering.CompoundCachingTier$ComputationException.getCause:()Ljava/lang/Throwable;
            checkcast org.ehcache.spi.resilience.StoreAccessException
            areturn
        end local 0 // org.ehcache.impl.internal.store.tiering.CompoundCachingTier$ComputationException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/internal/store/tiering/CompoundCachingTier$ComputationException;

  public synchronized java.lang.Throwable fillInStackTrace();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.ehcache.impl.internal.store.tiering.CompoundCachingTier$ComputationException this
         0: .line 94
            aload 0 /* this */
            areturn
        end local 0 // org.ehcache.impl.internal.store.tiering.CompoundCachingTier$ComputationException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/internal/store/tiering/CompoundCachingTier$ComputationException;
}
SourceFile: "CompoundCachingTier.java"
NestHost: org.ehcache.impl.internal.store.tiering.CompoundCachingTier
InnerClasses:
  ComputationException = org.ehcache.impl.internal.store.tiering.CompoundCachingTier$ComputationException of org.ehcache.impl.internal.store.tiering.CompoundCachingTier