CacheException constructor

CacheException(
  1. String message
)

Implementation

CacheException(String message) : super(message);