public class org.xnio.FailedIoFuture<T> extends org.xnio.AbstractIoFuture<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.xnio.FailedIoFuture
  super_class: org.xnio.AbstractIoFuture
{
  public void <init>(java.io.IOException);
    descriptor: (Ljava/io/IOException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.FailedIoFuture this
        start local 1 // java.io.IOException e
         0: .line 17
            aload 0 /* this */
            invokespecial org.xnio.AbstractIoFuture.<init>:()V
         1: .line 18
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual org.xnio.FailedIoFuture.setException:(Ljava/io/IOException;)Z
            pop
         2: .line 19
            return
        end local 1 // java.io.IOException e
        end local 0 // org.xnio.FailedIoFuture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/xnio/FailedIoFuture<TT;>;
            0    3     1     e  Ljava/io/IOException;
    MethodParameters:
      Name  Flags
      e     

  public org.xnio.IoFuture<T> cancel();
    descriptor: ()Lorg/xnio/IoFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.FailedIoFuture this
         0: .line 27
            aload 0 /* this */
            areturn
        end local 0 // org.xnio.FailedIoFuture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/FailedIoFuture<TT;>;
    Signature: ()Lorg/xnio/IoFuture<TT;>;

  public org.xnio.Cancellable cancel();
    descriptor: ()Lorg/xnio/Cancellable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.xnio.FailedIoFuture.cancel:()Lorg/xnio/IoFuture;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Lorg/xnio/AbstractIoFuture<TT;>;
SourceFile: "FailedIoFuture.java"