Class MultiIndexCreationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.geode.cache.query.MultiIndexCreationException
All Implemented Interfaces:
Serializable

public class MultiIndexCreationException extends Exception
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 Details

  • Method Details

    • getExceptionsMap

      public Map<String,Exception> getExceptionsMap()
      Returns a map of index names and Exceptions
      Returns:
      a map of index names and Exceptions
    • getFailedIndexNames

      public Set<String> getFailedIndexNames()
      Returns a set of names for the indexes that failed to create
      Returns:
      set of failed index names
    • toString

      public String toString()
      Overrides:
      toString in class Throwable