akka.actor.mailbox.filebased.filequeue
Class BrokenItemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by akka.actor.mailbox.filebased.filequeue.BrokenItemException
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product

public class BrokenItemException
extends java.io.IOException
implements scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
BrokenItemException(long lastValidPosition, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable cause()
           
 long lastValidPosition()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

BrokenItemException

public BrokenItemException(long lastValidPosition,
                           java.lang.Throwable cause)
Method Detail

lastValidPosition

public long lastValidPosition()

cause

public java.lang.Throwable cause()