Java org.springframework.data.gemfire GemfireCacheUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.gemfire GemfireCacheUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.gemfire GemfireCacheUtils.

The text is from its open source code.

Method

DataAccessExceptionconvertGemfireAccessException(GemFireException cause)
Converts the given (unchecked) Gemfire exception to an appropriate one from the org.springframework.dao hierarchy.
DataAccessExceptionconvertGemfireAccessException(GemFireCheckedException cause)
Converts the given (checked) Gemfire exception to an appropriate one from the org.springframework.dao hierarchy.
DataAccessExceptionconvertGemfireAccessException(IndexInvalidException cause)
Converts the given (unchecked) Gemfire exception to an appropriate one from the org.springframework.dao hierarchy.
DataAccessExceptionconvertGemfireAccessException(QueryInvalidException cause)
Converts the given (unchecked) Gemfire exception to an appropriate one from the org.springframework.dao hierarchy.
DataAccessExceptionconvertQueryExceptions(RuntimeException cause)
Dedicated method for converting exceptions changed in 6.5 that had their parent changed.