c

akka.stream

IOOperationIncompleteException

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

Source
IOResult.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IOOperationIncompleteException
  2. RuntimeException
  3. Exception
  4. Throwable
  5. Serializable
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new IOOperationIncompleteException(count: Long, cause: Throwable)
  2. new IOOperationIncompleteException(message: String, count: Long, cause: Throwable)

    count

    The number of bytes read/written up until the error

    cause

    cause

Value Members

  1. final def addSuppressed(arg0: Throwable): Unit
    Definition Classes
    Throwable
  2. val count: Long
  3. def fillInStackTrace(): Throwable
    Definition Classes
    Throwable
  4. def getCause(): Throwable
    Definition Classes
    Throwable
  5. def getLocalizedMessage(): String
    Definition Classes
    Throwable
  6. def getMessage(): String
    Definition Classes
    Throwable
  7. def getStackTrace(): [StackTraceElement]
    Definition Classes
    Throwable
  8. final def getSuppressed(): [Throwable]
    Definition Classes
    Throwable
  9. def initCause(arg0: Throwable): Throwable
    Definition Classes
    Throwable
  10. def printStackTrace(arg0: PrintWriter): Unit
    Definition Classes
    Throwable
  11. def printStackTrace(arg0: PrintStream): Unit
    Definition Classes
    Throwable
  12. def printStackTrace(): Unit
    Definition Classes
    Throwable
  13. def setStackTrace(arg0: [StackTraceElement]): Unit
    Definition Classes
    Throwable
  14. def toString(): String
    Definition Classes
    Throwable → AnyRef → Any