public class MultiIndexCreationException extends Exception
QueryService.createDefinedIndexes()
. An Index
could throw one of the following
exceptions:
Constructor and Description |
---|
MultiIndexCreationException(HashMap<String,Exception> exceptionMap)
Creates an
MultiIndexCreationException |
Modifier and Type | Method and Description |
---|---|
Map<String,Exception> |
getExceptionsMap()
Returns a map of index names and Exceptions
|
Set<String> |
getFailedIndexNames()
Returns a set of names for the indexes that failed to create
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public MultiIndexCreationException(HashMap<String,Exception> exceptionMap)
MultiIndexCreationException
exceptionMap
- a map of index names and Exceptionspublic Map<String,Exception> getExceptionsMap()
public Set<String> getFailedIndexNames()