com.gemstone.gemfire.cache
Class RegionDestroyedException
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
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- RegionReinitializedException
public class RegionDestroyedException
- extends CacheRuntimeException
Indicates that the region has been destroyed. Further operations
on the region object are not allowed.
- Since:
- 2.0
- See Also:
- Serialized Form
RegionDestroyedException
public RegionDestroyedException(String msg,
String regionFullPath)
- Constructs a
RegionDestroyedException with a message.
- Parameters:
msg - the String message
RegionDestroyedException
public RegionDestroyedException(String s,
String regionFullPath,
Throwable ex)
- Constructs a
RegionDestroyedException with a message and
a cause.
- Parameters:
s - the String messageex - the Throwable cause
getRegionFullPath
public String getRegionFullPath()
Copyright © 1997-2011 VMware, Inc. All rights reserved.