ostore.dataobj
Class DataObjectException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ostore.dataobj.DataObjectException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DataObjectAppendException, DataObjectReadException, DataObjectReadSliceException, DataObjectReplaceException

public abstract class DataObjectException
extends Exception

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

Constructor Summary
DataObjectException(CacheException e, String msg)
           
 
Method Summary
 CacheException 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

DataObjectException

public DataObjectException(CacheException e,
                           String msg)
Method Detail

getCacheException

public CacheException getCacheException()