Package akka.stream
Class AbruptTerminationException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- akka.stream.AbruptStreamTerminationException
- 
- akka.stream.AbruptTerminationException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- scala.Equals,- scala.Product,- scala.util.control.NoStackTrace
 
 public final class AbruptTerminationException extends AbruptStreamTerminationException implements scala.Product, java.io.Serializable This exception signals that an actor implementing a Reactive Streams Subscriber, Publisher or Processor has been terminated without being notified by an onError, onComplete or cancel signal. This usually happens when an ActorSystem is shut down while stream processing actors are still running.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description AbruptTerminationException(ActorRef actor)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ActorRefactor()static AbruptTerminationExceptionapply(ActorRef actor)booleancanEqual(java.lang.Object x$1)AbruptTerminationExceptioncopy(ActorRef actor)ActorRefcopy$default$1()booleanequals(java.lang.Object x$1)inthashCode()intproductArity()java.lang.ObjectproductElement(int x$1)java.lang.StringproductElementName(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()static java.lang.StringtoString()static scala.Option<ActorRef>unapply(AbruptTerminationException x$0)- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
AbruptTerminationExceptionpublic AbruptTerminationException(ActorRef actor) 
 
- 
 - 
Method Detail- 
toStringpublic static final java.lang.String toString() 
 - 
applypublic static AbruptTerminationException apply(ActorRef actor) 
 - 
unapplypublic static scala.Option<ActorRef> unapply(AbruptTerminationException x$0) 
 - 
actorpublic ActorRef actor() 
 - 
copypublic AbruptTerminationException copy(ActorRef actor) 
 - 
copy$default$1public ActorRef copy$default$1() 
 - 
productPrefixpublic java.lang.String productPrefix() - Specified by:
- productPrefixin interface- scala.Product
 
 - 
productAritypublic int productArity() - Specified by:
- productArityin interface- scala.Product
 
 - 
productElementpublic java.lang.Object productElement(int x$1) - Specified by:
- productElementin interface- scala.Product
 
 - 
productIteratorpublic scala.collection.Iterator<java.lang.Object> productIterator() - Specified by:
- productIteratorin interface- scala.Product
 
 - 
canEqualpublic boolean canEqual(java.lang.Object x$1) - Specified by:
- canEqualin interface- scala.Equals
 
 - 
productElementNamepublic java.lang.String productElementName(int x$1) - Specified by:
- productElementNamein interface- scala.Product
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object x$1) - Specified by:
- equalsin interface- scala.Equals
- Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-