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:
Serializable

public class CacheEvictionException
extends Exception

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

Author:
Alex Boisvert
See Also:
Serialized Form

Field Summary
protected  Exception _nested
          Nested exception -- the original exception that occurred, if any.
 
Constructor Summary
CacheEvictionException(Exception nested)
           
 
Method Summary
 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_nested

protected Exception _nested
Nested exception -- the original exception that occurred, if any.

Constructor Detail

CacheEvictionException

public CacheEvictionException(Exception nested)
Method Detail

getNestedException

public Exception getNestedException()


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.