Class SearchException

    • Constructor Detail

      • SearchException

        public SearchException​(String message)
        Constructs an exception when some error occurred in the search service when processing a search request.
        Parameters:
        message - the error detail associated with the failure
      • SearchException

        public SearchException​(OperationResult operationResult)
        Constructs an exception when some error occurred in the search service when processing a search request.
        Parameters:
        operationResult - the error code and message detail associated with the failure