Package com.google.appengine.api.search
Class DeleteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.appengine.api.search.SearchBaseException
com.google.appengine.api.search.DeleteException
- All Implemented Interfaces:
Serializable
Thrown to indicate that a search service failure occurred while deleting
objects.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeleteException
(OperationResult operationResult) Constructs an exception when some error occurred in the search service whilst processing a delete operation.DeleteException
(OperationResult operationResult, List<OperationResult> results) Constructs an exception when some error occurred in the search service whilst processing a delete operation. -
Method Summary
Methods inherited from class com.google.appengine.api.search.SearchBaseException
getOperationResult
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DeleteException
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
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 failureresults
- the list ofOperationResult
where each result is associated with the id of the object that was requested to be deleted
-
-
Method Details
-
getResults
- Returns:
- the list of
OperationResult
where each result is associated with the id of the object that was requested to be deleted
-