CachingException
describes a problem that has arisen during an attempt to add, update, remove or reference a cache entry. If the problem arises in the store, the CachingException
should wrap an Exception
specific to the store, like a java.sql.SQLException
.
@author Dan Ellentuck
@version $Revision: 19776 $ $Date: 2010-01-14 16:17:21 -0600 (Thu, 14 Jan 2010) $
|
|