ostore.dataobj
Class DataObjectAppendException

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

public class DataObjectAppendException
extends DataObjectException

Version:
$Id: DataObjectAppendException.java,v 1.7 2002/08/27 20:11:57 eaton Exp $
Author:
Patrick R. Eaton
See Also:
Serialized Form

Constructor Summary
DataObjectAppendException(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()
           
 
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

DataObjectAppendException

public DataObjectAppendException(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()