Package akka.stream
Class AbruptIOTerminationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- akka.stream.AbruptIOTerminationException
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
,scala.util.control.NoStackTrace
public final class AbruptIOTerminationException extends java.lang.RuntimeException implements scala.util.control.NoStackTrace, scala.Product, java.io.Serializable
Deprecated.use IOOperationIncompleteException. Since 2.6.0.This exception signals that a stream has been completed by an onError signal while there was still IO operations in progress.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbruptIOTerminationException(IOResult ioResult, java.lang.Throwable cause)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AbruptIOTerminationException
apply(IOResult ioResult, java.lang.Throwable cause)
Deprecated.boolean
canEqual(java.lang.Object x$1)
Deprecated.java.lang.Throwable
cause()
Deprecated.AbruptIOTerminationException
copy(IOResult ioResult, java.lang.Throwable cause)
Deprecated.IOResult
copy$default$1()
Deprecated.java.lang.Throwable
copy$default$2()
Deprecated.boolean
equals(java.lang.Object x$1)
Deprecated.int
hashCode()
Deprecated.IOResult
ioResult()
Deprecated.int
productArity()
Deprecated.java.lang.Object
productElement(int x$1)
Deprecated.java.lang.String
productElementName(int x$1)
Deprecated.scala.collection.Iterator<java.lang.Object>
productIterator()
Deprecated.java.lang.String
productPrefix()
Deprecated.static java.lang.String
toString()
Deprecated.static scala.Option<scala.Tuple2<IOResult,java.lang.Throwable>>
unapply(AbruptIOTerminationException x$0)
Deprecated.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AbruptIOTerminationException
public AbruptIOTerminationException(IOResult ioResult, java.lang.Throwable cause)
Deprecated.
-
-
Method Detail
-
toString
public static final java.lang.String toString()
Deprecated.
-
apply
public static AbruptIOTerminationException apply(IOResult ioResult, java.lang.Throwable cause)
Deprecated.
-
unapply
public static scala.Option<scala.Tuple2<IOResult,java.lang.Throwable>> unapply(AbruptIOTerminationException x$0)
Deprecated.
-
ioResult
public IOResult ioResult()
Deprecated.
-
cause
public java.lang.Throwable cause()
Deprecated.
-
copy
public AbruptIOTerminationException copy(IOResult ioResult, java.lang.Throwable cause)
Deprecated.
-
copy$default$1
public IOResult copy$default$1()
Deprecated.
-
copy$default$2
public java.lang.Throwable copy$default$2()
Deprecated.
-
productPrefix
public java.lang.String productPrefix()
Deprecated.- Specified by:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()
Deprecated.- Specified by:
productArity
in interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
Deprecated.- Specified by:
productElement
in interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
Deprecated.- Specified by:
productIterator
in interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
Deprecated.- Specified by:
canEqual
in interfacescala.Equals
-
productElementName
public java.lang.String productElementName(int x$1)
Deprecated.- Specified by:
productElementName
in interfacescala.Product
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
Deprecated.- Specified by:
equals
in interfacescala.Equals
- Overrides:
equals
in classjava.lang.Object
-
-