core/exception library

Exceptions / Errors

AdapterNotFoundException
Thrown when an adapter is not found in the registry.
CacheException
Thrown when there is a general error with the cache.
DataCacheXException
A base class for exceptions related to data store operations.
DataTypeMismatchException
Thrown when there is a mismatch between the expected data type and the actual data type.
KeyNotFoundException
Thrown when a key is not found in the cache.
SerializerNotFoundException
Thrown when a serializer is not found in the registry.
StorageException
Thrown when there is an error with the underlying storage mechanism.