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
 
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
DataObjectAppendException
public DataObjectAppendException(InputBuffer data_buffer,
                                 int bytes_written,
                                 int bytes_in_progress,
                                 DataObject.DataBlock block_in_progress,
                                 CacheException cache_exception)
getDataBuffer
public InputBuffer getDataBuffer()
- 
 
getBytesWritten
public int getBytesWritten()
- 
 
getBytesInProgress
public int getBytesInProgress()
- 
 
getBlockInProgress
public DataObject.DataBlock getBlockInProgress()
-