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, setStackTracepublic MultiIndexCreationException(HashMap<String,Exception> exceptionMap)
MultiIndexCreationExceptionpublic Map<String,Exception> getExceptionsMap()
public Set<String> getFailedIndexNames()
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.