com.gemstone.gemfire.cache
Class RegionReinitializedException
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.RegionDestroyedException
com.gemstone.gemfire.cache.RegionReinitializedException
- All Implemented Interfaces:
- Serializable
public class RegionReinitializedException
- extends RegionDestroyedException
Indicates that the region has been reinitialized. Further operations
on the region object are not allowed using this region reference.
A new reference must be acquired from the Cache the region's parent
region.
- Since:
- 4.0
- See Also:
- Serialized Form
RegionReinitializedException
public RegionReinitializedException(String msg,
String regionFullPath)
- Constructs a
RegionReinitializedException with a message.
- Parameters:
msg - the String message
RegionReinitializedException
public RegionReinitializedException(String s,
String regionFullPath,
Throwable ex)
- Constructs a
RegionDestroyedException with a message and
a cause.
- Parameters:
s - the String messageex - the Throwable cause
Copyright © 2002-2010 GemStone Systems, Inc. All Rights Reserved.