Gemfire JavaDocs
Package org.apache.geode.cache.query
Class CqExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.geode.GemFireCheckedException
-
- org.apache.geode.cache.query.QueryException
-
- org.apache.geode.cache.query.CqExistsException
-
- All Implemented Interfaces:
java.io.Serializable
public class CqExistsException extends QueryException
Thrown if a CQ by this name already exists on this client- Since:
- GemFire 5.5
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CqExistsException(java.lang.String msg)
Constructor used by concrete subclassesCqExistsException(java.lang.String msg, java.lang.Throwable cause)
Constructor used by concrete subclassesCqExistsException(java.lang.Throwable cause)
Constructor used by concrete subclasses
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireCheckedException
getRootCause
-
-
-
-
Constructor Detail
-
CqExistsException
public CqExistsException(java.lang.String msg, java.lang.Throwable cause)
Constructor used by concrete subclasses- Parameters:
msg
- the error messagecause
- a Throwable cause of this exception
-
CqExistsException
public CqExistsException(java.lang.String msg)
Constructor used by concrete subclasses- Parameters:
msg
- the error message
-
CqExistsException
public CqExistsException(java.lang.Throwable cause)
Constructor used by concrete subclasses- Parameters:
cause
- a Throwable cause of this exception
-
-