Package org.apache.pekko.stream
Class IOOperationIncompleteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.pekko.stream.IOOperationIncompleteException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionIOOperationIncompleteException(long count, Throwable cause) IOOperationIncompleteException(String message, long count, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IOOperationIncompleteException
-
IOOperationIncompleteException
-
-
Method Details
-
count
public long count()
-