com.gemstone.gemfire.cache.query
Class CqException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gemstone.gemfire.GemFireCheckedException
com.gemstone.gemfire.cache.query.QueryException
com.gemstone.gemfire.cache.query.CqException
- All Implemented Interfaces:
- Serializable
public class CqException
- extends QueryException
Thrown during continuous query creation, execution time.
- Since:
- 5.5
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CqException
public CqException(String msg,
Throwable cause)
- Constructor used by concrete subclasses
- Parameters:
msg - the error messagecause - a Throwable cause of this exception
CqException
public CqException(String msg)
- Constructor used by concrete subclasses
- Parameters:
msg - the error message
CqException
public CqException(Throwable cause)
- Constructor used by concrete subclasses
- Parameters:
cause - a Throwable cause of this exception
Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.