Class IndexException

    • Constructor Detail

      • IndexException

        public IndexException()
        Constructs an IndexException
      • IndexException

        public IndexException​(String message)
        Constructs a IndexException with the specified detail message.
        Parameters:
        message - the detail message.
      • IndexException

        public IndexException​(String message,
                              Throwable cause)
        Constructs a IndexException with the specified detail message and cause.
        Parameters:
        message - the detail message.
        cause - the cause