Class IndexNotFoundException

    • Constructor Detail

      • IndexNotFoundException

        public IndexNotFoundException​(java.lang.String message,
                                      java.lang.String index)
        Construct with a custom message.
      • IndexNotFoundException

        public IndexNotFoundException​(java.lang.String index)
      • IndexNotFoundException

        public IndexNotFoundException​(java.lang.String index,
                                      java.lang.Throwable cause)
      • IndexNotFoundException

        public IndexNotFoundException​(Index index)
      • IndexNotFoundException

        public IndexNotFoundException​(Index index,
                                      java.lang.Throwable cause)
      • IndexNotFoundException

        public IndexNotFoundException​(StreamInput in)
                               throws java.io.IOException
        Throws:
        java.io.IOException