|
GemFire 6.6.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.gemstone.gemfire.GemFireCheckedException
com.gemstone.gemfire.cache.query.QueryException
public class QueryException
Thrown during by the query engine during parsing or execution. Instances of subclasses are thrown for more specific exceptions.
Constructor Summary | |
---|---|
QueryException()
Required for serialization |
|
QueryException(String msg)
Constructor used by concrete subclasses |
|
QueryException(String msg,
Throwable cause)
Constructor used by concrete subclasses |
|
QueryException(Throwable cause)
Constructor used by concrete subclasses |
Method Summary |
---|
Methods inherited from class com.gemstone.gemfire.GemFireCheckedException |
---|
getRootCause |
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 QueryException()
public QueryException(String msg, Throwable cause)
msg
- the error messagecause
- a Throwable cause of this exceptionpublic QueryException(String msg)
msg
- the error messagepublic QueryException(Throwable cause)
cause
- a Throwable cause of this exception
|
GemFire 6.6.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |