public class GemfireIndexException extends DataIntegrityViolationException
IndexCreationException
,
IndexExistsException
,
IndexInvalidException
,
IndexMaintenanceException
,
IndexNameConflictException
,
Serialized FormConstructor and Description |
---|
GemfireIndexException(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(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) |
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GemfireIndexException(Exception cause)
public GemfireIndexException(org.apache.geode.cache.query.IndexCreationException cause)
public GemfireIndexException(String message, org.apache.geode.cache.query.IndexCreationException cause)
public GemfireIndexException(org.apache.geode.cache.query.IndexExistsException cause)
public GemfireIndexException(String message, org.apache.geode.cache.query.IndexExistsException cause)
public GemfireIndexException(org.apache.geode.cache.query.IndexInvalidException cause)
public GemfireIndexException(String message, org.apache.geode.cache.query.IndexInvalidException cause)
public GemfireIndexException(org.apache.geode.cache.query.IndexMaintenanceException cause)
public GemfireIndexException(String message, org.apache.geode.cache.query.IndexMaintenanceException cause)
public GemfireIndexException(org.apache.geode.cache.query.IndexNameConflictException cause)
public GemfireIndexException(String message, org.apache.geode.cache.query.IndexNameConflictException cause)
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.