Package akka.stream

Class IOOperationIncompleteException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class IOOperationIncompleteException
    extends java.lang.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:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long count()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IOOperationIncompleteException

        public IOOperationIncompleteException​(java.lang.String message,
                                              long count,
                                              java.lang.Throwable cause)
      • IOOperationIncompleteException

        public IOOperationIncompleteException​(long count,
                                              java.lang.Throwable cause)
    • Method Detail

      • count

        public long count()