org.apache.spark.storage
Class BlockNotFoundException

Object
  extended by Throwable
      extended by Exception
          extended by org.apache.spark.storage.BlockNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class BlockNotFoundException
extends Exception

See Also:
Serialized Form

Constructor Summary
BlockNotFoundException(String blockId)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BlockNotFoundException

public BlockNotFoundException(String blockId)