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.SerializableDeprecated.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 AbruptIOTerminationExceptionapply(IOResult ioResult, java.lang.Throwable cause)Deprecated.booleancanEqual(java.lang.Object x$1)Deprecated.java.lang.Throwablecause()Deprecated.AbruptIOTerminationExceptioncopy(IOResult ioResult, java.lang.Throwable cause)Deprecated.IOResultcopy$default$1()Deprecated.java.lang.Throwablecopy$default$2()Deprecated.booleanequals(java.lang.Object x$1)Deprecated.inthashCode()Deprecated.IOResultioResult()Deprecated.intproductArity()Deprecated.java.lang.ObjectproductElement(int x$1)Deprecated.java.lang.StringproductElementName(int x$1)Deprecated.scala.collection.Iterator<java.lang.Object>productIterator()Deprecated.java.lang.StringproductPrefix()Deprecated.static java.lang.StringtoString()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:
productPrefixin interfacescala.Product
-
productArity
public int productArity()
Deprecated.- Specified by:
productArityin interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
Deprecated.- Specified by:
productElementin interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
Deprecated.- Specified by:
productIteratorin interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
Deprecated.- Specified by:
canEqualin interfacescala.Equals
-
productElementName
public java.lang.String productElementName(int x$1)
Deprecated.- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
Deprecated.- Specified by:
equalsin interfacescala.Equals- Overrides:
equalsin classjava.lang.Object
-
-