ostore.dataobj
Class DataObjectReplaceException

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

public class DataObjectReplaceException
extends DataObjectException

Version:
$Id: DataObjectReplaceException.java,v 1.8 2002/08/31 21:53:06 srhea Exp $
Author:
Patrick R. Eaton
See Also:
Serialized Form

Constructor Summary
DataObjectReplaceException(InputBuffer data_buffer, int bytes_written, int bytes_in_progress, DataObject.DataBlock block_in_progress, CacheException cache_exception)
           
 
Method Summary
 DataObject.DataBlock getBlockInProgress()
           
 int getBytesInProgress()
           
 int getBytesWritten()
           
 InputBuffer getDataBuffer()
           
 LinkedList getReservedBlocks()
           
 void setReservedBlocks(LinkedList value)
           
 
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

DataObjectReplaceException

public DataObjectReplaceException(InputBuffer data_buffer,
                                  int bytes_written,
                                  int bytes_in_progress,
                                  DataObject.DataBlock block_in_progress,
                                  CacheException cache_exception)
Method Detail

getDataBuffer

public InputBuffer getDataBuffer()

getBytesWritten

public int getBytesWritten()

getBytesInProgress

public int getBytesInProgress()

getBlockInProgress

public DataObject.DataBlock getBlockInProgress()

getReservedBlocks

public LinkedList getReservedBlocks()

setReservedBlocks

public void setReservedBlocks(LinkedList value)