public abstract class GemfireCacheUtils extends Object
Constructor and Description |
---|
GemfireCacheUtils() |
Modifier and Type | Method and Description |
---|---|
static DataAccessException |
convertGemfireAccessException(org.apache.geode.GemFireCheckedException ex)
Converts the given (checked) Gemfire exception to an appropriate one from the
org.springframework.dao hierarchy. |
static DataAccessException |
convertGemfireAccessException(org.apache.geode.GemFireException ex)
Converts the given (unchecked) Gemfire exception to an appropriate one from the
org.springframework.dao hierarchy. |
static DataAccessException |
convertGemfireAccessException(org.apache.geode.cache.query.IndexInvalidException ex)
Converts the given (unchecked) Gemfire exception to an appropriate one from the
org.springframework.dao hierarchy. |
static DataAccessException |
convertGemfireAccessException(org.apache.geode.cache.query.QueryInvalidException ex)
Converts the given (unchecked) Gemfire exception to an appropriate one from the
org.springframework.dao hierarchy. |
public static DataAccessException convertGemfireAccessException(org.apache.geode.GemFireException ex)
org.springframework.dao
hierarchy.ex
- Gemfire unchecked exceptionpublic static DataAccessException convertGemfireAccessException(org.apache.geode.GemFireCheckedException ex)
org.springframework.dao
hierarchy.ex
- Gemfire unchecked exceptionpublic static DataAccessException convertGemfireAccessException(org.apache.geode.cache.query.IndexInvalidException ex)
org.springframework.dao
hierarchy. This method exists to handle backwards compatibility
for exceptions that had their parents changed in GemFire 6.5.ex
- Gemfire unchecked exceptionpublic static DataAccessException convertGemfireAccessException(org.apache.geode.cache.query.QueryInvalidException ex)
org.springframework.dao
hierarchy. This method exists to handle backwards compatibility
for exceptions that had their parents changed in GemFire 6.5.ex
- Gemfire unchecked exceptionCopyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.