com.inet.report.cache
Class KeyNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.inet.report.ReportException
com.inet.report.cache.KeyNotFoundException
- All Implemented Interfaces:
- com.inet.viewer.HasErrorCode, java.io.Serializable
public class KeyNotFoundException
- extends ReportException
This exception will be thrown if ReportCacheKey is not found in the Cache.
This can occur if you
- have created the key with Cache.createKey(...)
- have created the key with the constructor
- a cache timeout has occurred and the key was removed from cache.
This can only occur if you do not use a new key returned by
getKey().
- See Also:
Cache.createKey(Properties, PropertiesChecker, Object),
Cache.getKey(Properties, PropertiesChecker, Object),
Serialized Form
KeyNotFoundException
public KeyNotFoundException(ReportCacheKey key)
- Creates a new KeyNotFoundException by the key
- Parameters:
key - the key that could not be found in Cache
Copyright © 1999-2011 by i-net software GmbH