ostore.cache
Class CacheFullException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ostore.cache.CacheException
                    |
                    +--ostore.cache.CacheFullException
All Implemented Interfaces:
Serializable

public class CacheFullException
extends CacheException

Version:
$Id: CacheFullException.java,v 1.4 2002/12/05 02:02:51 eaton Exp $
Author:
Larry Tung
See Also:
Serialized Form

Method Summary
 int getBlocks()
           
 int getBlockSize()
           
 
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
 

Method Detail

getBlocks

public int getBlocks()

getBlockSize

public int getBlockSize()