com.gemstone.gemfire.cache.query
Class CqExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gemstone.gemfire.GemFireCheckedException
com.gemstone.gemfire.cache.query.QueryException
com.gemstone.gemfire.cache.query.CqExistsException
- All Implemented Interfaces:
- Serializable
public class CqExistsException
- extends QueryException
Thrown if a CQ by this name already exists on this client
- 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 |
CqExistsException
public CqExistsException(String msg,
Throwable cause)
- Constructor used by concrete subclasses
- Parameters:
msg - the error messagecause - a Throwable cause of this exception
CqExistsException
public CqExistsException(String msg)
- Constructor used by concrete subclasses
- Parameters:
msg - the error message
CqExistsException
public CqExistsException(Throwable cause)
- Constructor used by concrete subclasses
- Parameters:
cause - a Throwable cause of this exception
Copyright © 1997-2011 VMware, Inc. All rights reserved.