Klasse KeyNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.inet.report.ReportException
com.inet.report.cache.KeyNotFoundException
- Alle implementierten Schnittstellen:
com.inet.error.HasErrorCode, Serializable
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().
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreates a new KeyNotFoundException by the key -
Methodenübersicht
Von Klasse geerbte Methoden ReportException
getErrorCode, setCause, toStringVon Klasse geerbte Methoden Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Konstruktordetails
-
KeyNotFoundException
Creates a new KeyNotFoundException by the key- Parameter:
key- the key that could not be found in Cache- Seit:
- 6.0
-