Package org.springframework.data.gemfire
Class GemfireIndexException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.DataIntegrityViolationException
org.springframework.data.gemfire.GemfireIndexException
- All Implemented Interfaces:
Serializable
public class GemfireIndexException
extends org.springframework.dao.DataIntegrityViolationException
Gemfire-specific subclass thrown on Index management.
- See Also:
-
IndexCreationException
IndexExistsException
IndexInvalidException
IndexMaintenanceException
IndexNameConflictException
- Serialized Form
-
Constructor Summary
ConstructorDescriptionGemfireIndexException
(Exception cause) GemfireIndexException
(String message, Exception cause) GemfireIndexException
(String message, org.apache.geode.cache.query.IndexCreationException cause) GemfireIndexException
(String message, org.apache.geode.cache.query.IndexExistsException cause) GemfireIndexException
(String message, org.apache.geode.cache.query.IndexInvalidException cause) GemfireIndexException
(String message, org.apache.geode.cache.query.IndexMaintenanceException cause) GemfireIndexException
(String message, org.apache.geode.cache.query.IndexNameConflictException cause) GemfireIndexException
(org.apache.geode.cache.query.IndexCreationException cause) GemfireIndexException
(org.apache.geode.cache.query.IndexExistsException cause) GemfireIndexException
(org.apache.geode.cache.query.IndexInvalidException cause) GemfireIndexException
(org.apache.geode.cache.query.IndexMaintenanceException cause) GemfireIndexException
(org.apache.geode.cache.query.IndexNameConflictException cause) -
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GemfireIndexException
-
GemfireIndexException
-
GemfireIndexException
public GemfireIndexException(org.apache.geode.cache.query.IndexCreationException cause) -
GemfireIndexException
public GemfireIndexException(String message, org.apache.geode.cache.query.IndexCreationException cause) -
GemfireIndexException
public GemfireIndexException(org.apache.geode.cache.query.IndexExistsException cause) -
GemfireIndexException
public GemfireIndexException(String message, org.apache.geode.cache.query.IndexExistsException cause) -
GemfireIndexException
public GemfireIndexException(org.apache.geode.cache.query.IndexInvalidException cause) -
GemfireIndexException
public GemfireIndexException(String message, org.apache.geode.cache.query.IndexInvalidException cause) -
GemfireIndexException
public GemfireIndexException(org.apache.geode.cache.query.IndexMaintenanceException cause) -
GemfireIndexException
public GemfireIndexException(String message, org.apache.geode.cache.query.IndexMaintenanceException cause) -
GemfireIndexException
public GemfireIndexException(org.apache.geode.cache.query.IndexNameConflictException cause) -
GemfireIndexException
public GemfireIndexException(String message, org.apache.geode.cache.query.IndexNameConflictException cause)
-