jdbm.helper
Class CacheEvictionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
_nested
protected Exception _nested
- Nested exception -- the original exception that occurred, if any.
CacheEvictionException
public CacheEvictionException(Exception nested)
getNestedException
public Exception getNestedException()
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.