Package org.apache.geode.cache.query
Class CqException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.geode.GemFireCheckedException
org.apache.geode.cache.query.QueryException
org.apache.geode.cache.query.CqException
- All Implemented Interfaces:
Serializable
Thrown during continuous query creation, execution time.
- Since:
- GemFire 5.5
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCqException(String msg) Constructor used by concrete subclassesCqException(String msg, Throwable cause) Constructor used by concrete subclassesCqException(Throwable cause) Constructor used by concrete subclasses -
Method Summary
Methods inherited from class org.apache.geode.GemFireCheckedException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CqException
Constructor used by concrete subclasses- Parameters:
msg- the error messagecause- a Throwable cause of this exception
-
CqException
Constructor used by concrete subclasses- Parameters:
msg- the error message
-
CqException
Constructor used by concrete subclasses- Parameters:
cause- a Throwable cause of this exception
-