Class IOOperationIncompleteException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.pekko.stream.IOOperationIncompleteException
All Implemented Interfaces:
Serializable

public final class IOOperationIncompleteException extends RuntimeException
This exception signals that a stream has been completed or has an error while there was still IO operations in progress

param: count The number of bytes read/written up until the error param: cause cause

See Also:
  • Constructor Details

    • IOOperationIncompleteException

      public IOOperationIncompleteException(String message, long count, Throwable cause)
    • IOOperationIncompleteException

      public IOOperationIncompleteException(long count, Throwable cause)
  • Method Details

    • count

      public long count()