public class CacheClosedException extends IllegalStateException
Rationale: It is a subtype of IllegalStateException
and not a CacheException since the JSR107 defines
it. On the API level we specify IllegalStateException to not
introduce a new exception type. Moving this to the API level, makes it more
difficult to introduce improvements here, since we need to keep stuff for BC.
Better keep it internal.
| Constructor and Description |
|---|
CacheClosedException(org.cache2k.Cache cache)
Included manager and cache name in the detail message, preferred.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringcache2k API documentation. Copyright © 2000–2019 headissue GmbH, Munich.