Class DeleteException

    • Constructor Detail

      • DeleteException

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

        public DeleteException​(OperationResult operationResult,
                               List<OperationResult> results)
        Constructs an exception when some error occurred in the search service whilst processing a delete operation.
        Parameters:
        operationResult - the error code and message detail associated with the failure
        results - the list of OperationResult where each result is associated with the id of the object that was requested to be deleted
    • Method Detail

      • getResults

        public List<OperationResult> getResults()
        Returns:
        the list of OperationResult where each result is associated with the id of the object that was requested to be deleted