CacheException constructor

CacheException(
  1. String message
)

Creates a new instance of CacheException.

The message parameter provides more details about the exception.

Implementation

CacheException(this.message);