org.osesb.utilities.cache
Class CacheEntryNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
CacheEntryNotFoundException()
          Creates a new instance of CacheEntryNotFoundException
CacheEntryNotFoundException(java.lang.String message)
           
CacheEntryNotFoundException(java.lang.String message, java.lang.String cacheKey)
           
 
Method Summary
 java.lang.String getCacheKey()
           
 
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
 

Constructor Detail

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)
Method Detail

getCacheKey

public java.lang.String getCacheKey()