Package org.apache.geode.cache.query
Class MultiIndexCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.geode.cache.query.MultiIndexCreationException
- All Implemented Interfaces:
Serializable
Consists a map of index names and Exceptions thrown during index creation using
QueryService.createDefinedIndexes(). An Index could throw one of the following
exceptions:
- Since:
- GemFire 8.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMultiIndexCreationException(HashMap<String, Exception> exceptionMap) Creates anMultiIndexCreationException -
Method Summary
Modifier and TypeMethodDescriptionReturns a map of index names and ExceptionsReturns a set of names for the indexes that failed to createtoString()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
MultiIndexCreationException
Creates anMultiIndexCreationException- Parameters:
exceptionMap- a map of index names and Exceptions
-
-
Method Details