akka.actor
Class Status.Failure

java.lang.Object
  extended by akka.actor.Status.Failure
All Implemented Interfaces:
Status.Status, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
Status

public static class Status.Failure
extends java.lang.Object
implements Status.Status, scala.Product, scala.Serializable

This class/message type is preferably used to indicate failure of some operation performed. As an example, it is used to signal failure with AskSupport is used (ask/?).

See Also:
Serialized Form

Constructor Summary
Status.Failure(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable cause()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

Status.Failure

public Status.Failure(java.lang.Throwable cause)
Method Detail

cause

public java.lang.Throwable cause()