ostore.dataobj
Class DataObjectReadSliceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ostore.dataobj.DataObjectException
                    |
                    +--ostore.dataobj.DataObjectReadSliceException
All Implemented Interfaces:
Serializable

public class DataObjectReadSliceException
extends DataObjectException

Version:
$Id: DataObjectReadSliceException.java,v 1.6 2001/10/18 00:20:02 eaton Exp $
Author:
Patrick R. Eaton
See Also:
Serialized Form

Constructor Summary
DataObjectReadSliceException(long block_number, Set result, CacheException cache_exception)
           
 
Method Summary
 long getBlockNumber()
           
 Set getResult()
           
 
Methods inherited from class ostore.dataobj.DataObjectException
getCacheException
 
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
 

Constructor Detail

DataObjectReadSliceException

public DataObjectReadSliceException(long block_number,
                                    Set result,
                                    CacheException cache_exception)
Method Detail

getBlockNumber

public long getBlockNumber()

getResult

public Set getResult()