final class io.netty.channel.FailedChannelFuture extends io.netty.channel.CompleteChannelFuture
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.channel.FailedChannelFuture
  super_class: io.netty.channel.CompleteChannelFuture
{
  private final java.lang.Throwable cause;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(io.netty.channel.Channel, io.netty.util.concurrent.EventExecutor, java.lang.Throwable);
    descriptor: (Lio/netty/channel/Channel;Lio/netty/util/concurrent/EventExecutor;Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.netty.channel.FailedChannelFuture this
        start local 1 // io.netty.channel.Channel channel
        start local 2 // io.netty.util.concurrent.EventExecutor executor
        start local 3 // java.lang.Throwable cause
         0: .line 37
            aload 0 /* this */
            aload 1 /* channel */
            aload 2 /* executor */
            invokespecial io.netty.channel.CompleteChannelFuture.<init>:(Lio/netty/channel/Channel;Lio/netty/util/concurrent/EventExecutor;)V
         1: .line 38
            aload 3 /* cause */
            ifnonnull 3
         2: .line 39
            new java.lang.NullPointerException
            dup
            ldc "cause"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 41
      StackMap locals: io.netty.channel.FailedChannelFuture io.netty.channel.Channel io.netty.util.concurrent.EventExecutor java.lang.Throwable
      StackMap stack:
            aload 0 /* this */
            aload 3 /* cause */
            putfield io.netty.channel.FailedChannelFuture.cause:Ljava/lang/Throwable;
         4: .line 42
            return
        end local 3 // java.lang.Throwable cause
        end local 2 // io.netty.util.concurrent.EventExecutor executor
        end local 1 // io.netty.channel.Channel channel
        end local 0 // io.netty.channel.FailedChannelFuture this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lio/netty/channel/FailedChannelFuture;
            0    5     1   channel  Lio/netty/channel/Channel;
            0    5     2  executor  Lio/netty/util/concurrent/EventExecutor;
            0    5     3     cause  Ljava/lang/Throwable;
    MethodParameters:
          Name  Flags
      channel   
      executor  
      cause     

  public java.lang.Throwable cause();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.FailedChannelFuture this
         0: .line 46
            aload 0 /* this */
            getfield io.netty.channel.FailedChannelFuture.cause:Ljava/lang/Throwable;
            areturn
        end local 0 // io.netty.channel.FailedChannelFuture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/FailedChannelFuture;

  public boolean isSuccess();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.FailedChannelFuture this
         0: .line 51
            iconst_0
            ireturn
        end local 0 // io.netty.channel.FailedChannelFuture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/FailedChannelFuture;

  public io.netty.channel.ChannelFuture sync();
    descriptor: ()Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.FailedChannelFuture this
         0: .line 56
            aload 0 /* this */
            getfield io.netty.channel.FailedChannelFuture.cause:Ljava/lang/Throwable;
            invokestatic io.netty.util.internal.PlatformDependent.throwException:(Ljava/lang/Throwable;)V
         1: .line 57
            aload 0 /* this */
            areturn
        end local 0 // io.netty.channel.FailedChannelFuture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/FailedChannelFuture;

  public io.netty.channel.ChannelFuture syncUninterruptibly();
    descriptor: ()Lio/netty/channel/ChannelFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.FailedChannelFuture this
         0: .line 62
            aload 0 /* this */
            getfield io.netty.channel.FailedChannelFuture.cause:Ljava/lang/Throwable;
            invokestatic io.netty.util.internal.PlatformDependent.throwException:(Ljava/lang/Throwable;)V
         1: .line 63
            aload 0 /* this */
            areturn
        end local 0 // io.netty.channel.FailedChannelFuture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/FailedChannelFuture;

  public io.netty.util.concurrent.Future syncUninterruptibly();
    descriptor: ()Lio/netty/util/concurrent/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.FailedChannelFuture.syncUninterruptibly:()Lio/netty/channel/ChannelFuture;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.concurrent.Future sync();
    descriptor: ()Lio/netty/util/concurrent/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.FailedChannelFuture.sync:()Lio/netty/channel/ChannelFuture;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.InterruptedException
}
SourceFile: "FailedChannelFuture.java"