public final class com.lmax.disruptor.TimeoutException extends java.lang.Exception
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.lmax.disruptor.TimeoutException
  super_class: java.lang.Exception
{
  public static final com.lmax.disruptor.TimeoutException INSTANCE;
    descriptor: Lcom/lmax/disruptor/TimeoutException;
    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 6
            new com.lmax.disruptor.TimeoutException
            dup
            invokespecial com.lmax.disruptor.TimeoutException.<init>:()V
            putstatic com.lmax.disruptor.TimeoutException.INSTANCE:Lcom/lmax/disruptor/TimeoutException;
            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.TimeoutException this
         0: .line 8
            aload 0 /* this */
            invokespecial java.lang.Exception.<init>:()V
         1: .line 11
            return
        end local 0 // com.lmax.disruptor.TimeoutException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/lmax/disruptor/TimeoutException;

  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 // com.lmax.disruptor.TimeoutException this
         0: .line 16
            aload 0 /* this */
            areturn
        end local 0 // com.lmax.disruptor.TimeoutException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/lmax/disruptor/TimeoutException;
}
SourceFile: "TimeoutException.java"