com.gemstone.gemfire.cache
Class PartitionedRegionDistributionException
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.PartitionedRegionDistributionException
- All Implemented Interfaces:
- Serializable
public class PartitionedRegionDistributionException
- extends CacheRuntimeException
Indicates a failure to perform a distributed operation on a Partitioned Region
after multiple attempts.
- Since:
- 5.1
- See Also:
- Serialized Form
PartitionedRegionDistributionException
public PartitionedRegionDistributionException()
PartitionedRegionDistributionException
public PartitionedRegionDistributionException(String msg)
PartitionedRegionDistributionException
public PartitionedRegionDistributionException(String msg,
Throwable cause)
PartitionedRegionDistributionException
public PartitionedRegionDistributionException(Throwable cause)
Copyright © 1997-2013 VMware, Inc. All rights reserved.