public final class com.netflix.hystrix.exception.HystrixRuntimeException$FailureType extends java.lang.Enum<com.netflix.hystrix.exception.HystrixRuntimeException$FailureType>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: com.netflix.hystrix.exception.HystrixRuntimeException$FailureType
  super_class: java.lang.Enum
{
  public static final com.netflix.hystrix.exception.HystrixRuntimeException$FailureType BAD_REQUEST_EXCEPTION;
    descriptor: Lcom/netflix/hystrix/exception/HystrixRuntimeException$FailureType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.netflix.hystrix.exception.HystrixRuntimeException$FailureType COMMAND_EXCEPTION;
    descriptor: Lcom/netflix/hystrix/exception/HystrixRuntimeException$FailureType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.netflix.hystrix.exception.HystrixRuntimeException$FailureType TIMEOUT;
    descriptor: Lcom/netflix/hystrix/exception/HystrixRuntimeException$FailureType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.netflix.hystrix.exception.HystrixRuntimeException$FailureType SHORTCIRCUIT;
    descriptor: Lcom/netflix/hystrix/exception/HystrixRuntimeException$FailureType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.netflix.hystrix.exception.HystrixRuntimeException$FailureType REJECTED_THREAD_EXECUTION;
    descriptor: Lcom/netflix/hystrix/exception/HystrixRuntimeException$FailureType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.netflix.hystrix.exception.HystrixRuntimeException$FailureType REJECTED_SEMAPHORE_EXECUTION;
    descriptor: Lcom/netflix/hystrix/exception/HystrixRuntimeException$FailureType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.netflix.hystrix.exception.HystrixRuntimeException$FailureType REJECTED_SEMAPHORE_FALLBACK;
    descriptor: Lcom/netflix/hystrix/exception/HystrixRuntimeException$FailureType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final com.netflix.hystrix.exception.HystrixRuntimeException$FailureType[] ENUM$VALUES;
    descriptor: [Lcom/netflix/hystrix/exception/HystrixRuntimeException$FailureType;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 35
            new com.netflix.hystrix.exception.HystrixRuntimeException$FailureType
            dup
            ldc "BAD_REQUEST_EXCEPTION"
            iconst_0
            invokespecial com.netflix.hystrix.exception.HystrixRuntimeException$FailureType.<init>:(Ljava/lang/String;I)V
            putstatic com.netflix.hystrix.exception.HystrixRuntimeException$FailureType.BAD_REQUEST_EXCEPTION:Lcom/netflix/hystrix/exception/HystrixRuntimeException$FailureType;
            new com.netflix.hystrix.exception.HystrixRuntimeException$FailureType
            dup
            ldc "COMMAND_EXCEPTION"
            iconst_1
            invokespecial com.netflix.hystrix.exception.HystrixRuntimeException$FailureType.<init>:(Ljava/lang/String;I)V
            putstatic com.netflix.hystrix.exception.HystrixRuntimeException$FailureType.COMMAND_EXCEPTION:Lcom/netflix/hystrix/exception/HystrixRuntimeException$FailureType;
            new com.netflix.hystrix.exception.HystrixRuntimeException$FailureType
            dup
            ldc "TIMEOUT"
            iconst_2
            invokespecial com.netflix.hystrix.exception.HystrixRuntimeException$FailureType.<init>:(Ljava/lang/String;I)V
            putstatic com.netflix.hystrix.exception.HystrixRuntimeException$FailureType.TIMEOUT:Lcom/netflix/hystrix/exception/HystrixRuntimeException$FailureType;
            new com.netflix.hystrix.exception.HystrixRuntimeException$FailureType
            dup
            ldc "SHORTCIRCUIT"
            iconst_3
            invokespecial com.netflix.hystrix.exception.HystrixRuntimeException$FailureType.<init>:(Ljava/lang/String;I)V
            putstatic com.netflix.hystrix.exception.HystrixRuntimeException$FailureType.SHORTCIRCUIT:Lcom/netflix/hystrix/exception/HystrixRuntimeException$FailureType;
            new com.netflix.hystrix.exception.HystrixRuntimeException$FailureType
            dup
            ldc "REJECTED_THREAD_EXECUTION"
            iconst_4
            invokespecial com.netflix.hystrix.exception.HystrixRuntimeException$FailureType.<init>:(Ljava/lang/String;I)V
            putstatic com.netflix.hystrix.exception.HystrixRuntimeException$FailureType.REJECTED_THREAD_EXECUTION:Lcom/netflix/hystrix/exception/HystrixRuntimeException$FailureType;
            new com.netflix.hystrix.exception.HystrixRuntimeException$FailureType
            dup
            ldc "REJECTED_SEMAPHORE_EXECUTION"
            iconst_5
            invokespecial com.netflix.hystrix.exception.HystrixRuntimeException$FailureType.<init>:(Ljava/lang/String;I)V
            putstatic com.netflix.hystrix.exception.HystrixRuntimeException$FailureType.REJECTED_SEMAPHORE_EXECUTION:Lcom/netflix/hystrix/exception/HystrixRuntimeException$FailureType;
            new com.netflix.hystrix.exception.HystrixRuntimeException$FailureType
            dup
            ldc "REJECTED_SEMAPHORE_FALLBACK"
            bipush 6
            invokespecial com.netflix.hystrix.exception.HystrixRuntimeException$FailureType.<init>:(Ljava/lang/String;I)V
            putstatic com.netflix.hystrix.exception.HystrixRuntimeException$FailureType.REJECTED_SEMAPHORE_FALLBACK:Lcom/netflix/hystrix/exception/HystrixRuntimeException$FailureType;
         1: .line 34
            bipush 7
            anewarray com.netflix.hystrix.exception.HystrixRuntimeException$FailureType
            dup
            iconst_0
            getstatic com.netflix.hystrix.exception.HystrixRuntimeException$FailureType.BAD_REQUEST_EXCEPTION:Lcom/netflix/hystrix/exception/HystrixRuntimeException$FailureType;
            aastore
            dup
            iconst_1
            getstatic com.netflix.hystrix.exception.HystrixRuntimeException$FailureType.COMMAND_EXCEPTION:Lcom/netflix/hystrix/exception/HystrixRuntimeException$FailureType;
            aastore
            dup
            iconst_2
            getstatic com.netflix.hystrix.exception.HystrixRuntimeException$FailureType.TIMEOUT:Lcom/netflix/hystrix/exception/HystrixRuntimeException$FailureType;
            aastore
            dup
            iconst_3
            getstatic com.netflix.hystrix.exception.HystrixRuntimeException$FailureType.SHORTCIRCUIT:Lcom/netflix/hystrix/exception/HystrixRuntimeException$FailureType;
            aastore
            dup
            iconst_4
            getstatic com.netflix.hystrix.exception.HystrixRuntimeException$FailureType.REJECTED_THREAD_EXECUTION:Lcom/netflix/hystrix/exception/HystrixRuntimeException$FailureType;
            aastore
            dup
            iconst_5
            getstatic com.netflix.hystrix.exception.HystrixRuntimeException$FailureType.REJECTED_SEMAPHORE_EXECUTION:Lcom/netflix/hystrix/exception/HystrixRuntimeException$FailureType;
            aastore
            dup
            bipush 6
            getstatic com.netflix.hystrix.exception.HystrixRuntimeException$FailureType.REJECTED_SEMAPHORE_FALLBACK:Lcom/netflix/hystrix/exception/HystrixRuntimeException$FailureType;
            aastore
            putstatic com.netflix.hystrix.exception.HystrixRuntimeException$FailureType.ENUM$VALUES:[Lcom/netflix/hystrix/exception/HystrixRuntimeException$FailureType;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.netflix.hystrix.exception.HystrixRuntimeException$FailureType this
         0: .line 34
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // com.netflix.hystrix.exception.HystrixRuntimeException$FailureType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/exception/HystrixRuntimeException$FailureType;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public static com.netflix.hystrix.exception.HystrixRuntimeException$FailureType[] values();
    descriptor: ()[Lcom/netflix/hystrix/exception/HystrixRuntimeException$FailureType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic com.netflix.hystrix.exception.HystrixRuntimeException$FailureType.ENUM$VALUES:[Lcom/netflix/hystrix/exception/HystrixRuntimeException$FailureType;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray com.netflix.hystrix.exception.HystrixRuntimeException$FailureType
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.netflix.hystrix.exception.HystrixRuntimeException$FailureType valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/netflix/hystrix/exception/HystrixRuntimeException$FailureType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lcom/netflix/hystrix/exception/HystrixRuntimeException$FailureType;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast com.netflix.hystrix.exception.HystrixRuntimeException$FailureType
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lcom/netflix/hystrix/exception/HystrixRuntimeException$FailureType;>;
SourceFile: "HystrixRuntimeException.java"
NestHost: com.netflix.hystrix.exception.HystrixRuntimeException
InnerClasses:
  public final FailureType = com.netflix.hystrix.exception.HystrixRuntimeException$FailureType of com.netflix.hystrix.exception.HystrixRuntimeException