|
GemFire 6.5.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.CacheRuntimeException
com.gemstone.gemfire.cache.PartitionedRegionStorageException
public class PartitionedRegionStorageException
When a PartitionedRegionStorageException message contains
the string:
There are not enough data store members to create a bucket.A new data store must be added to the partitioned region for future bucket creation.
When a PartitionedRegionStorageException message contains
the string:
Too many data store members have refused the request to create a bucket.There are enough data stores, however some have refused possibly due to these conditions:
When a PartitionedRegionStorageException message contains
the string:
Creation of a bucket for partitioned region failed in N attempts.If the number of attempts is lesser than the number of available data store members, contact GemFire support providing all logs and statistics files from all members containing the partitioned region. Otherwise, shutdown and then restart one or more of the data stores, given that it is safe to do so, for example when redundantCopies is greater than 0.
PartitionAttributesFactory,
Serialized Form| Constructor Summary | |
|---|---|
PartitionedRegionStorageException()
Creates a new instance of PartitionedRegionStorageException |
|
PartitionedRegionStorageException(String msg)
Creates a new PartitionedRegionStorageException with a message. |
|
PartitionedRegionStorageException(String message,
Throwable cause)
Creates a new PartitionedRegionStorageException with a message and Throwable cause. |
|
| Method Summary |
|---|
| Methods inherited from class com.gemstone.gemfire.cache.CacheRuntimeException |
|---|
toString |
| Methods inherited from class com.gemstone.gemfire.GemFireException |
|---|
getRootCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PartitionedRegionStorageException()
public PartitionedRegionStorageException(String msg)
PartitionedRegionStorageException with a message.
msg - The string message for the PartitionedRegionStorageException.
public PartitionedRegionStorageException(String message,
Throwable cause)
PartitionedRegionStorageException with a message and Throwable cause.
message - The string message for the PartitionedRegionStorageException.cause - Throwable cause for this PartitionedRegionStorageException.
|
GemFire 6.5.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||