akka.actor
Class IO.Failure

java.lang.Object
  extended by akka.actor.IO.Iteratee<scala.runtime.Nothing$>
      extended by akka.actor.IO.Failure
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
IO

public static final class IO.Failure
extends IO.Iteratee<scala.runtime.Nothing$>
implements scala.Product, scala.Serializable

An IO.Iteratee that represents an erronous end state.

See Also:
Serialized Form

Constructor Summary
IO.Failure(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable cause()
           
 
Methods inherited from class akka.actor.IO.Iteratee
apply, flatMap, get, map
 
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

IO.Failure

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

cause

public java.lang.Throwable cause()