Class IndexInvalidException

    • Constructor Detail

      • IndexInvalidException

        public IndexInvalidException​(String msg)
        Construct an instance of IndexInvalidException
        Parameters:
        msg - the error message
      • IndexInvalidException

        public IndexInvalidException​(String msg,
                                     Throwable cause)
        Construct an instance of IndexInvalidException
        Parameters:
        msg - the error message
        cause - a Throwable cause
      • IndexInvalidException

        public IndexInvalidException​(Throwable cause)
        Construct an instance of IndexInvalidException
        Parameters:
        cause - a Throwable cause