Class WriteFlusher.FailedState

  • Enclosing class:
    WriteFlusher

    private static class WriteFlusher.FailedState
    extends WriteFlusher.State
    In FailedState no more operations are allowed. The current implementation will never recover from this state.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Throwable _cause  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private FailedState​(java.lang.Throwable cause)  
    • Field Detail

      • _cause

        private final java.lang.Throwable _cause
    • Constructor Detail

      • FailedState

        private FailedState​(java.lang.Throwable cause)
    • Method Detail

      • getCause

        public java.lang.Throwable getCause()