public class org.ehcache.core.exceptions.StorePassThroughException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.ehcache.core.exceptions.StorePassThroughException
  super_class: java.lang.RuntimeException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -2018452326214235671

  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.ehcache.core.exceptions.StorePassThroughException this
        start local 1 // java.lang.String message
        start local 2 // java.lang.Throwable cause
         0: .line 39
            aload 0 /* this */
            aload 1 /* message */
            aload 2 /* cause */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 40
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.String message
        end local 0 // org.ehcache.core.exceptions.StorePassThroughException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/ehcache/core/exceptions/StorePassThroughException;
            0    2     1  message  Ljava/lang/String;
            0    2     2    cause  Ljava/lang/Throwable;
    MethodParameters:
         Name  Flags
      message  final
      cause    final

  public void <init>(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.ehcache.core.exceptions.StorePassThroughException this
        start local 1 // java.lang.Throwable cause
         0: .line 48
            aload 0 /* this */
            aload 1 /* cause */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
         1: .line 49
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // org.ehcache.core.exceptions.StorePassThroughException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/ehcache/core/exceptions/StorePassThroughException;
            0    2     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  final

  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.core.exceptions.StorePassThroughException this
         0: .line 55
            aload 0 /* this */
            areturn
        end local 0 // org.ehcache.core.exceptions.StorePassThroughException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/core/exceptions/StorePassThroughException;

  public static org.ehcache.spi.resilience.StoreAccessException handleException(java.lang.Exception);
    descriptor: (Ljava/lang/Exception;)Lorg/ehcache/spi/resilience/StoreAccessException;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.lang.Exception re
         0: .line 70
            aload 0 /* re */
            instanceof org.ehcache.core.exceptions.StorePassThroughException
            ifeq 5
         1: .line 71
            aload 0 /* re */
            invokevirtual java.lang.Exception.getCause:()Ljava/lang/Throwable;
            astore 1 /* cause */
        start local 1 // java.lang.Throwable cause
         2: .line 72
            aload 1 /* cause */
            instanceof java.lang.RuntimeException
            ifeq 4
         3: .line 73
            aload 1 /* cause */
            checkcast java.lang.RuntimeException
            athrow
         4: .line 75
      StackMap locals: java.lang.Throwable
      StackMap stack:
            new org.ehcache.spi.resilience.StoreAccessException
            dup
            aload 1 /* cause */
            invokespecial org.ehcache.spi.resilience.StoreAccessException.<init>:(Ljava/lang/Throwable;)V
            areturn
        end local 1 // java.lang.Throwable cause
         5: .line 78
      StackMap locals:
      StackMap stack:
            new org.ehcache.spi.resilience.StoreAccessException
            dup
            aload 0 /* re */
            invokespecial org.ehcache.spi.resilience.StoreAccessException.<init>:(Ljava/lang/Throwable;)V
            areturn
        end local 0 // java.lang.Exception re
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0     re  Ljava/lang/Exception;
            2    5     1  cause  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      re    
}
SourceFile: "StorePassThroughException.java"