Class MultiIndexCreationException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • org.apache.geode.cache.query.MultiIndexCreationException
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Exception> getExceptionsMap()
      Returns a map of index names and Exceptions
      java.util.Set<java.lang.String> getFailedIndexNames()
      Returns a set of names for the indexes that failed to create
      java.lang.String getMessage()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MultiIndexCreationException

        public MultiIndexCreationException​(java.util.HashMap<java.lang.String,​java.lang.Exception> exceptionMap)
        Parameters:
        exceptionMap - a map of index names and Exceptions
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable
      • getExceptionsMap

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

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable