Class SearchServiceException

    • Constructor Detail

      • SearchServiceException

        public SearchServiceException​(String detail)
        Constructs an exception which indicates an internal error occurred in the search service.
        Parameters:
        detail - the error message detail to associate with the internal error
      • SearchServiceException

        public SearchServiceException​(String detail,
                                      Exception e)
        Constructs an exception which indicates an internal error occurred in the search service.
        Parameters:
        detail - the error message detail to associate with the internal error
        e - the causing Exception