public class GemfireIndexException extends DataIntegrityViolationException
IndexCreationException,
IndexExistsException,
IndexInvalidException,
IndexMaintenanceException,
IndexNameConflictException,
Serialized Form| Constructor and Description |
|---|
GemfireIndexException(com.gemstone.gemfire.cache.query.IndexCreationException cause) |
GemfireIndexException(com.gemstone.gemfire.cache.query.IndexExistsException cause) |
GemfireIndexException(com.gemstone.gemfire.cache.query.IndexInvalidException cause) |
GemfireIndexException(com.gemstone.gemfire.cache.query.IndexMaintenanceException cause) |
GemfireIndexException(com.gemstone.gemfire.cache.query.IndexNameConflictException cause) |
GemfireIndexException(String message,
com.gemstone.gemfire.cache.query.IndexCreationException cause) |
GemfireIndexException(String message,
com.gemstone.gemfire.cache.query.IndexExistsException cause) |
GemfireIndexException(String message,
com.gemstone.gemfire.cache.query.IndexInvalidException cause) |
GemfireIndexException(String message,
com.gemstone.gemfire.cache.query.IndexMaintenanceException cause) |
GemfireIndexException(String message,
com.gemstone.gemfire.cache.query.IndexNameConflictException cause) |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GemfireIndexException(com.gemstone.gemfire.cache.query.IndexCreationException cause)
public GemfireIndexException(String message, com.gemstone.gemfire.cache.query.IndexCreationException cause)
public GemfireIndexException(com.gemstone.gemfire.cache.query.IndexExistsException cause)
public GemfireIndexException(String message, com.gemstone.gemfire.cache.query.IndexExistsException cause)
public GemfireIndexException(com.gemstone.gemfire.cache.query.IndexInvalidException cause)
public GemfireIndexException(String message, com.gemstone.gemfire.cache.query.IndexInvalidException cause)
public GemfireIndexException(com.gemstone.gemfire.cache.query.IndexMaintenanceException cause)
public GemfireIndexException(String message, com.gemstone.gemfire.cache.query.IndexMaintenanceException cause)
public GemfireIndexException(com.gemstone.gemfire.cache.query.IndexNameConflictException cause)
public GemfireIndexException(String message, com.gemstone.gemfire.cache.query.IndexNameConflictException cause)