class org.eclipse.jetty.io.WriteFlusher$FailedState extends org.eclipse.jetty.io.WriteFlusher$State
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jetty.io.WriteFlusher$FailedState
  super_class: org.eclipse.jetty.io.WriteFlusher$State
{
  private final java.lang.Throwable _cause;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.io.WriteFlusher$FailedState this
        start local 1 // java.lang.Throwable cause
         0: .line 182
            aload 0 /* this */
            getstatic org.eclipse.jetty.io.WriteFlusher$StateType.FAILED:Lorg/eclipse/jetty/io/WriteFlusher$StateType;
            invokespecial org.eclipse.jetty.io.WriteFlusher$State.<init>:(Lorg/eclipse/jetty/io/WriteFlusher$StateType;)V
         1: .line 183
            aload 0 /* this */
            aload 1 /* cause */
            putfield org.eclipse.jetty.io.WriteFlusher$FailedState._cause:Ljava/lang/Throwable;
         2: .line 184
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // org.eclipse.jetty.io.WriteFlusher$FailedState this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/jetty/io/WriteFlusher$FailedState;
            0    3     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  public java.lang.Throwable getCause();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.io.WriteFlusher$FailedState this
         0: .line 188
            aload 0 /* this */
            getfield org.eclipse.jetty.io.WriteFlusher$FailedState._cause:Ljava/lang/Throwable;
            areturn
        end local 0 // org.eclipse.jetty.io.WriteFlusher$FailedState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/io/WriteFlusher$FailedState;
}
SourceFile: "WriteFlusher.java"
NestHost: org.eclipse.jetty.io.WriteFlusher
InnerClasses:
  private FailedState = org.eclipse.jetty.io.WriteFlusher$FailedState of org.eclipse.jetty.io.WriteFlusher
  private State = org.eclipse.jetty.io.WriteFlusher$State of org.eclipse.jetty.io.WriteFlusher
  private final StateType = org.eclipse.jetty.io.WriteFlusher$StateType of org.eclipse.jetty.io.WriteFlusher