com.gemstone.gemfire.cache.util
Class ClientNotReadyException
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.OperationAbortedException
com.gemstone.gemfire.cache.util.ClientNotReadyException
- All Implemented Interfaces:
- Serializable
public class ClientNotReadyException
- extends OperationAbortedException
A ClientNotReadyException indicates a client attempted to invoke
the Cache.readyForEvents()
method, but failed.
- Since:
- 5.2
- See Also:
Cache.readyForEvents(),
Serialized Form
ClientNotReadyException
public ClientNotReadyException(String msg)
- Constructs an instance of
ClientNotReadyException with the
specified detail message.
- Parameters:
msg - the detail message
ClientNotReadyException
public ClientNotReadyException(String msg,
Throwable cause)
- Constructs an instance of
ClientNotReadyException with the
specified detail message and cause.
- Parameters:
msg - the detail messagecause - the causal Throwable
Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.