class io.vertx.core.streams.impl.PipeImpl$WriteException extends io.vertx.core.VertxException
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.streams.impl.PipeImpl$WriteException
  super_class: io.vertx.core.VertxException
{
  private void <init>(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.streams.impl.PipeImpl$WriteException this
        start local 1 // java.lang.Throwable cause
         0: .line 150
            aload 0 /* this */
            aload 1 /* cause */
            iconst_1
            invokespecial io.vertx.core.VertxException.<init>:(Ljava/lang/Throwable;Z)V
         1: .line 151
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // io.vertx.core.streams.impl.PipeImpl$WriteException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/core/streams/impl/PipeImpl$WriteException;
            0    2     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  
}
SourceFile: "PipeImpl.java"
NestHost: io.vertx.core.streams.impl.PipeImpl
InnerClasses:
  private WriteException = io.vertx.core.streams.impl.PipeImpl$WriteException of io.vertx.core.streams.impl.PipeImpl