|
|||||||||
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
public class SearchBaseException
Thrown to indicate that a search service failure occurred.
Constructor Summary | |
---|---|
SearchBaseException(OperationResult operationResult)
Constructs an exception when some error occurred in the search service. |
Method Summary | |
---|---|
OperationResult |
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 SearchBaseException(OperationResult operationResult)
operationResult
- the error code and message detail associated with
the failureMethod Detail |
---|
public OperationResult getOperationResult()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |