Class DeleteException

All Implemented Interfaces:
Serializable

public class DeleteException extends SearchBaseException
Thrown to indicate that a search service failure occurred while deleting objects.
See Also:
  • Constructor Details

    • 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 Details

    • 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