com.gemstone.gemfire.cache.query
Class CqClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.CacheRuntimeException
com.gemstone.gemfire.cache.query.CqClosedException
- All Implemented Interfaces:
- Serializable
public class CqClosedException
- extends CacheRuntimeException
Thrown if the CqQuery on which the operation performed is closed.
- Since:
- 5.5
- See Also:
- Serialized Form
CqClosedException
public CqClosedException(String msg,
Throwable cause)
- Constructor used by concrete subclasses
- Parameters:
msg - the error messagecause - a Throwable cause of this exception
CqClosedException
public CqClosedException(String msg)
- Constructor used by concrete subclasses
- Parameters:
msg - the error message
CqClosedException
public CqClosedException(Throwable cause)
- Constructor used by concrete subclasses
- Parameters:
cause - a Throwable cause of this exception
Copyright © 2002-2009 GemStone Systems, Inc. All Rights Reserved.