|
GigaSpaces XAP 9.7.2 API | |||||||||
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.j_spaces.core.multiple.query.QueryMultiplePartialFailureException
ReadMultipleException
,TakeMultipleException
or ClearException
public class QueryMultiplePartialFailureException
Thrown when read/take multiple is called and and the max limit can't be satisfied.
Constructor Summary | |
---|---|
QueryMultiplePartialFailureException()
Deprecated. |
Method Summary | |
---|---|
Throwable[] |
getCauses()
Deprecated. Return all the causes that caused this exception |
Object[] |
getResults()
Deprecated. Return the partial results |
protected void |
setCauses(Throwable[] causes)
Deprecated. |
void |
setResults(Object[] results)
Deprecated. |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public QueryMultiplePartialFailureException()
Method Detail |
---|
public Object[] getResults()
public void setResults(Object[] results)
results
- the results to setpublic Throwable[] getCauses()
protected void setCauses(Throwable[] causes)
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |