Gemfire JavaDocs_test
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:
java.io.Serializable
public class CqClosedException extends CacheRuntimeException
Thrown if the CqQuery on which the operation performed is closed.- Since:
- GemFire 5.5
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CqClosedException(java.lang.String msg)
Constructor used by concrete subclassesCqClosedException(java.lang.String msg, java.lang.Throwable cause)
Constructor used by concrete subclassesCqClosedException(java.lang.Throwable cause)
Constructor used by concrete subclasses
-
Method Summary
-
Methods inherited from class org.apache.geode.cache.CacheRuntimeException
toString
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
-
-
-
Constructor Detail
-
CqClosedException
public CqClosedException(java.lang.String msg, java.lang.Throwable cause)
Constructor used by concrete subclasses- Parameters:
msg
- the error messagecause
- a Throwable cause of this exception
-
CqClosedException
public CqClosedException(java.lang.String msg)
Constructor used by concrete subclasses- Parameters:
msg
- the error message
-
CqClosedException
public CqClosedException(java.lang.Throwable cause)
Constructor used by concrete subclasses- Parameters:
cause
- a Throwable cause of this exception
-
-