public abstract class GemfireCacheUtils extends Object
Constructor and Description |
---|
GemfireCacheUtils() |
Modifier and Type | Method and Description |
---|---|
static DataAccessException |
convertGemfireAccessException(GemFireCheckedException ex)
Converts the given (checked) Gemfire exception to an appropriate one from the
org.springframework.dao hierarchy. |
static DataAccessException |
convertGemfireAccessException(GemFireException ex)
Converts the given (unchecked) Gemfire exception to an appropriate one from the
org.springframework.dao hierarchy. |
static DataAccessException |
convertGemfireAccessException(IndexInvalidException ex)
Converts the given (unchecked) Gemfire exception to an appropriate one from the
org.springframework.dao hierarchy. |
static DataAccessException |
convertGemfireAccessException(QueryInvalidException ex)
Converts the given (unchecked) Gemfire exception to an appropriate one from the
org.springframework.dao hierarchy. |
public static DataAccessException convertGemfireAccessException(GemFireException ex)
org.springframework.dao
hierarchy.ex
- Gemfire unchecked exceptionpublic static DataAccessException convertGemfireAccessException(GemFireCheckedException ex)
org.springframework.dao
hierarchy.ex
- Gemfire unchecked exceptionpublic static DataAccessException convertGemfireAccessException(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(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 exception