Package org.apache.geode.cache.query
Class CqClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geode.GemFireException
org.apache.geode.cache.CacheRuntimeException
org.apache.geode.cache.query.CqClosedException
- All Implemented Interfaces:
Serializable
Thrown if the CqQuery on which the operation performed is closed.
- Since:
- GemFire 5.5
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCqClosedException(String msg) Constructor used by concrete subclassesCqClosedException(String msg, Throwable cause) Constructor used by concrete subclassesCqClosedException(Throwable cause) Constructor used by concrete subclasses -
Method Summary
Methods inherited from class org.apache.geode.cache.CacheRuntimeException
toStringMethods inherited from class org.apache.geode.GemFireException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
CqClosedException
Constructor used by concrete subclasses- Parameters:
msg- the error messagecause- a Throwable cause of this exception
-
CqClosedException
Constructor used by concrete subclasses- Parameters:
msg- the error message
-
CqClosedException
Constructor used by concrete subclasses- Parameters:
cause- a Throwable cause of this exception
-