ostore.dataobj
Class DataObjectReadException

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

public class DataObjectReadException
extends DataObjectException

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

Constructor Summary
DataObjectReadException(int bytes_read, byte[] read_result, CacheException cache_exception)
           
 
Method Summary
 int getBytesRead()
           
 byte[] getPartialResult()
           
 
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

DataObjectReadException

public DataObjectReadException(int bytes_read,
                               byte[] read_result,
                               CacheException cache_exception)
Method Detail

getBytesRead

public int getBytesRead()

getPartialResult

public byte[] getPartialResult()