public class io.vertx.ext.mongo.impl.FailedStream implements io.vertx.core.streams.ReadStream<io.vertx.core.json.JsonObject>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.mongo.impl.FailedStream
  super_class: java.lang.Object
{
  private final java.lang.ClassNotFoundException e;
    descriptor: Ljava/lang/ClassNotFoundException;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.ClassNotFoundException);
    descriptor: (Ljava/lang/ClassNotFoundException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.mongo.impl.FailedStream this
        start local 1 // java.lang.ClassNotFoundException e
         0: .line 25
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 26
            aload 0 /* this */
            aload 1 /* e */
            putfield io.vertx.ext.mongo.impl.FailedStream.e:Ljava/lang/ClassNotFoundException;
         2: .line 27
            return
        end local 1 // java.lang.ClassNotFoundException e
        end local 0 // io.vertx.ext.mongo.impl.FailedStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/mongo/impl/FailedStream;
            0    3     1     e  Ljava/lang/ClassNotFoundException;
    MethodParameters:
      Name  Flags
      e     

  public io.vertx.core.streams.ReadStream<io.vertx.core.json.JsonObject> exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.mongo.impl.FailedStream this
        start local 1 // io.vertx.core.Handler handler
         0: .line 31
            aload 1 /* handler */
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.FailedStream.e:Ljava/lang/ClassNotFoundException;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         1: .line 32
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.mongo.impl.FailedStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/mongo/impl/FailedStream;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.streams.ReadStream<io.vertx.core.json.JsonObject> handler(io.vertx.core.Handler<io.vertx.core.json.JsonObject>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.ext.mongo.impl.FailedStream this
        start local 1 // io.vertx.core.Handler handler
         0: .line 37
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.mongo.impl.FailedStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/ext/mongo/impl/FailedStream;
            0    1     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/json/JsonObject;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/json/JsonObject;>;)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.streams.ReadStream<io.vertx.core.json.JsonObject> pause();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.mongo.impl.FailedStream this
         0: .line 42
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.ext.mongo.impl.FailedStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/mongo/impl/FailedStream;
    Signature: ()Lio/vertx/core/streams/ReadStream<Lio/vertx/core/json/JsonObject;>;

  public io.vertx.core.streams.ReadStream<io.vertx.core.json.JsonObject> fetch(long);
    descriptor: (J)Lio/vertx/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // io.vertx.ext.mongo.impl.FailedStream this
        start local 1 // long l
         0: .line 47
            aload 0 /* this */
            areturn
        end local 1 // long l
        end local 0 // io.vertx.ext.mongo.impl.FailedStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/mongo/impl/FailedStream;
            0    1     1     l  J
    Signature: (J)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
      Name  Flags
      l     

  public io.vertx.core.streams.ReadStream<io.vertx.core.json.JsonObject> resume();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.mongo.impl.FailedStream this
         0: .line 52
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.ext.mongo.impl.FailedStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/mongo/impl/FailedStream;
    Signature: ()Lio/vertx/core/streams/ReadStream<Lio/vertx/core/json/JsonObject;>;

  public io.vertx.core.streams.ReadStream<io.vertx.core.json.JsonObject> endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.ext.mongo.impl.FailedStream this
        start local 1 // io.vertx.core.Handler endHandler
         0: .line 57
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler endHandler
        end local 0 // io.vertx.ext.mongo.impl.FailedStream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/ext/mongo/impl/FailedStream;
            0    1     1  endHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
            Name  Flags
      endHandler  

  public io.vertx.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/StreamBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.ext.mongo.impl.FailedStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/streams/ReadStream<Lio/vertx/core/json/JsonObject;>;
SourceFile: "FailedStream.java"