class io.vertx.core.http.impl.NoStackTraceTimeoutException extends java.util.concurrent.TimeoutException
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.http.impl.NoStackTraceTimeoutException
  super_class: java.util.concurrent.TimeoutException
{
  void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.NoStackTraceTimeoutException this
        start local 1 // java.lang.String message
         0: .line 17
            aload 0 /* this */
            aload 1 /* message */
            invokespecial java.util.concurrent.TimeoutException.<init>:(Ljava/lang/String;)V
         1: .line 18
            return
        end local 1 // java.lang.String message
        end local 0 // io.vertx.core.http.impl.NoStackTraceTimeoutException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/impl/NoStackTraceTimeoutException;
            0    2     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  

  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 // io.vertx.core.http.impl.NoStackTraceTimeoutException this
         0: .line 21
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.http.impl.NoStackTraceTimeoutException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/NoStackTraceTimeoutException;
}
SourceFile: "NoStackTraceTimeoutException.java"