public class GemfireIndexException
extends org.springframework.dao.DataIntegrityViolationException
IndexCreationException
,
IndexExistsException
,
IndexInvalidException
,
IndexMaintenanceException
,
IndexNameConflictException
,
Serialized FormConstructor and Description |
---|
GemfireIndexException(java.lang.Exception 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) |
GemfireIndexException(java.lang.String message,
java.lang.Exception cause) |
GemfireIndexException(java.lang.String message,
org.apache.geode.cache.query.IndexCreationException cause) |
GemfireIndexException(java.lang.String message,
org.apache.geode.cache.query.IndexExistsException cause) |
GemfireIndexException(java.lang.String message,
org.apache.geode.cache.query.IndexInvalidException cause) |
GemfireIndexException(java.lang.String message,
org.apache.geode.cache.query.IndexMaintenanceException cause) |
GemfireIndexException(java.lang.String message,
org.apache.geode.cache.query.IndexNameConflictException cause) |
contains, getMessage, getMostSpecificCause, getRootCause
public GemfireIndexException(java.lang.Exception cause)
public GemfireIndexException(java.lang.String message, java.lang.Exception cause)
public GemfireIndexException(org.apache.geode.cache.query.IndexCreationException cause)
public GemfireIndexException(java.lang.String message, org.apache.geode.cache.query.IndexCreationException cause)
public GemfireIndexException(org.apache.geode.cache.query.IndexExistsException cause)
public GemfireIndexException(java.lang.String message, org.apache.geode.cache.query.IndexExistsException cause)
public GemfireIndexException(org.apache.geode.cache.query.IndexInvalidException cause)
public GemfireIndexException(java.lang.String message, org.apache.geode.cache.query.IndexInvalidException cause)
public GemfireIndexException(org.apache.geode.cache.query.IndexMaintenanceException cause)
public GemfireIndexException(java.lang.String message, org.apache.geode.cache.query.IndexMaintenanceException cause)
public GemfireIndexException(org.apache.geode.cache.query.IndexNameConflictException cause)
public GemfireIndexException(java.lang.String message, org.apache.geode.cache.query.IndexNameConflictException cause)