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 start local 1 0: aload 0
aload 1
iconst_1
invokespecial io.vertx.core.VertxException.<init>:(Ljava/lang/Throwable;Z)V
1: return
end local 1 end local 0 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