Package akka.stream
Class IOOperationIncompleteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- akka.stream.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 progressparam: count The number of bytes read/written up until the error param: cause cause
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IOOperationIncompleteException(long count, java.lang.Throwable cause)
IOOperationIncompleteException(java.lang.String message, long count, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
count()
-