final class ChildFailed extends Terminated

Child has failed due an uncaught exception

Source
MessageAndSignals.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChildFailed
  2. Terminated
  3. Signal
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ChildFailed(ref: ActorRef[Nothing], cause: Throwable)

Value Members

  1. val cause: Throwable
  2. def equals(obj: Any): Boolean
    Definition Classes
    ChildFailedTerminated → AnyRef → Any
  3. def getCause(): Throwable

    Java API

  4. def getRef(): ActorRef[Void]

    Java API: The actor that was watched and got terminated

    Java API: The actor that was watched and got terminated

    Definition Classes
    Terminated
  5. def hashCode(): Int
    Definition Classes
    ChildFailedTerminated → AnyRef → Any
  6. val ref: ActorRef[Nothing]
    Definition Classes
    Terminated
  7. def toString(): String
    Definition Classes
    ChildFailedTerminated → AnyRef → Any