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 Details

    • GemfireIndexException

      public GemfireIndexException(Exception cause)
    • GemfireIndexException

      public GemfireIndexException(String message, Exception cause)
    • 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)