Class IndexCreationException

    • Constructor Detail

      • IndexCreationException

        public IndexCreationException​(String msg)
        Constructor with a string message representing the problem.
        Parameters:
        msg - message representing the cause of exception
      • IndexCreationException

        public IndexCreationException​(String msg,
                                      Throwable cause)
        Constructor with a string message representing the problem and also the throwable.
        Parameters:
        msg - representing the cause of exception
        cause - the actual exception.