jdbm.helper
Class CacheEvictionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jdbm.helper.CacheEvictionException
All Implemented Interfaces:
java.io.Serializable

public class CacheEvictionException
extends java.lang.Exception

Exception that occurs during eviction of an object in the cache.

Version:
$Id: CacheEvictionException.java,v 1.4 2003/10/21 15:43:20 boisvert Exp $
Author:
Alex Boisvert
See Also:
Serialized Form

Constructor Summary
CacheEvictionException(java.lang.Exception nested)
           
 
Method Summary
 java.lang.Exception getNestedException()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CacheEvictionException

public CacheEvictionException(java.lang.Exception nested)
Method Detail

getNestedException

public java.lang.Exception getNestedException()


Cees de Groot (C) 2000. All rights reserved http://jdbm.sourceforge.net