Uses of Class
eu.europa.esig.dss.tsl.cache.state.CachedException
Package | Description |
---|---|
eu.europa.esig.dss.tsl.cache.state |
-
Uses of CachedException in eu.europa.esig.dss.tsl.cache.state
Methods in eu.europa.esig.dss.tsl.cache.state that return CachedException Modifier and Type Method Description CachedException
CacheContext. getException()
Returns the met exceptionCachedException
CurrentCacheContext. getException()
Methods in eu.europa.esig.dss.tsl.cache.state with parameters of type CachedException Modifier and Type Method Description void
CacheContext. error(CachedException exception)
Store the exception for its occurrence timevoid
CachedEntry. error(CachedException exception)
void
CacheState. error(CacheContext cacheContext, CachedException exception)
The cache entry is marked in error state with the related exceptionvoid
CacheStateEnum. error(CacheContext cacheContext, CachedException exception)
void
CurrentCacheContext. error(CachedException cachedException)
void
CacheContext. errorUpdateDate(CachedException updatedException)
Store the last occurrence of this exceptionvoid
CurrentCacheContext. errorUpdateDate(CachedException updatedException)