CacheException constructor
CacheException(
- String message
Creates a new instance of CacheException.
The message parameter provides more details about the exception.
Implementation
CacheException(this.message);