com.gemstone.gemfire.admin
Class RegionNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.CacheRuntimeException
com.gemstone.gemfire.admin.RegionNotFoundException
- All Implemented Interfaces:
- Serializable
public class RegionNotFoundException
- extends CacheRuntimeException
Thrown by the administration API when the region administered by a
SystemMemberRegion
has been closed or destroyed in system
member.
Also thrown by DataSerializer.readRegion(java.io.DataInput)
if the named region no longer exists.
- Since:
- 3.5
- See Also:
- Serialized Form
RegionNotFoundException
public RegionNotFoundException(String message)
Copyright © 1997-2012 VMware, Inc. All rights reserved.