|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.appengine.api.search.SearchBaseException
com.google.appengine.api.search.ListException
public class ListException
Thrown to indicate that a search service failure occurred while performing a request to list elements of an index.
| Constructor Summary | |
|---|---|
ListException(OperationResult operationResult)
Constructs an exception when some error occurred in the search service when processing a request to list elements of an index. |
|
ListException(java.lang.String message)
Constructs an exception when some error occurred in the search service when processing a request to list elements of an index. |
|
| Method Summary |
|---|
| 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 ListException(java.lang.String message)
message - the error detail associated with the failurepublic ListException(OperationResult operationResult)
operationResult - the error code and message detail associated with
the failure
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||