public final class com.lmax.disruptor.AlertException extends java.lang.Exception
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.lmax.disruptor.AlertException
  super_class: java.lang.Exception
{
  public static final com.lmax.disruptor.AlertException INSTANCE;
    descriptor: Lcom/lmax/disruptor/AlertException;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 29
            new com.lmax.disruptor.AlertException
            dup
            invokespecial com.lmax.disruptor.AlertException.<init>:()V
            putstatic com.lmax.disruptor.AlertException.INSTANCE:Lcom/lmax/disruptor/AlertException;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.lmax.disruptor.AlertException this
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Exception.<init>:()V
         1: .line 36
            return
        end local 0 // com.lmax.disruptor.AlertException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/lmax/disruptor/AlertException;

  public java.lang.Throwable fillInStackTrace();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.lmax.disruptor.AlertException this
         0: .line 46
            aload 0 /* this */
            areturn
        end local 0 // com.lmax.disruptor.AlertException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/lmax/disruptor/AlertException;
}
SourceFile: "AlertException.java"