|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.google.appengine.api.search.SearchBaseException com.google.appengine.api.search.RemoveDocumentsException
public class RemoveDocumentsException
Thrown to indicate that a search service failure occurred while deleting documents.
Constructor Summary | |
---|---|
RemoveDocumentsException(OperationResult operationResult)
Constructs an exception when some error occurred in the search service whilst processing a remove documents operation. |
|
RemoveDocumentsException(OperationResult operationResult,
java.util.List<OperationResult> results)
Constructs an exception when some error occurred in the search service whilst processing a remove documents operation. |
Method Summary | |
---|---|
java.util.List<OperationResult> |
getResults()
|
Methods inherited from class com.google.appengine.api.search.SearchBaseException |
---|
getOperationResult |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RemoveDocumentsException(OperationResult operationResult)
operationResult
- the error code and message detail associated with
the failurepublic RemoveDocumentsException(OperationResult operationResult, java.util.List<OperationResult> results)
operationResult
- the error code and message detail associated with
the failureresults
- the list of OperationResult
where each result is
associated with the id of a document that was requested to be removedMethod Detail |
---|
public java.util.List<OperationResult> getResults()
OperationResult
where each result is
associated with the id of a document that was requested to be removed
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |