|
GemFire 6.6.3 | ||||||||
| 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.partition.PartitionNotAvailableException
public class PartitionNotAvailableException
This exception is thrown when for the given fixed partition, datastore (local-max-memory > 0) is not available.
| Constructor Summary | |
|---|---|
PartitionNotAvailableException()
Creates a new PartitionNotAvailableException with no detailed
message. |
|
PartitionNotAvailableException(String message)
Creates a new PartitionNotAvailableException with the given
detail message. |
|
PartitionNotAvailableException(String message,
Throwable cause)
Creates a new PartitionNotAvailableException with the given
detail message and cause. |
|
PartitionNotAvailableException(Throwable cause)
Creates a new PartitionNotAvailableException with the given
cause and no detail message |
|
| Method Summary |
|---|
| 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, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PartitionNotAvailableException()
PartitionNotAvailableException with no detailed
message.
public PartitionNotAvailableException(String message)
PartitionNotAvailableException with the given
detail message.
public PartitionNotAvailableException(Throwable cause)
PartitionNotAvailableException with the given
cause and no detail message
public PartitionNotAvailableException(String message,
Throwable cause)
PartitionNotAvailableException with the given
detail message and cause.
|
GemFire 6.6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||