org.osesb.utilities.cache
Class CacheEntryNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.osesb.utilities.cache.CacheEntryNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
public class CacheEntryNotFoundException
- extends java.lang.Exception
Exception thrown by SimpleCache when a CacheEntry
could not be found.
- Since:
- Version .9
- See Also:
- Serialized Form
| 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 |
CacheEntryNotFoundException
public CacheEntryNotFoundException()
- Creates a new instance of CacheEntryNotFoundException
CacheEntryNotFoundException
public CacheEntryNotFoundException(java.lang.String message)
CacheEntryNotFoundException
public CacheEntryNotFoundException(java.lang.String message,
java.lang.String cacheKey)
getCacheKey
public java.lang.String getCacheKey()