GattCacheException constructor

GattCacheException(
  1. String message
)

Creates a GattCacheException with the specified error message.

Implementation

GattCacheException(this.message);