akka.actor
Class IO.Error

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

public static class IO.Error
extends java.lang.Object
implements IO.Input, scala.Product, scala.Serializable

Part of an IO.Input stream that represents an error in the stream.

This will cause the IO.Iteratee that processes it to terminate early.

See Also:
Serialized Form

Constructor Summary
IO.Error(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

IO.Error

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

cause

public java.lang.Throwable cause()