|
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.DuplicatePrimaryPartitionException
public class DuplicatePrimaryPartitionException
This exception is thrown when two nodes are defined with same primary partitions
| Constructor Summary | |
|---|---|
DuplicatePrimaryPartitionException()
Creates a new DuplicatePrimaryPartitionException with no
detailed message. |
|
DuplicatePrimaryPartitionException(String message)
Creates a new DuplicatePrimaryPartitionException with the
given detail message. |
|
DuplicatePrimaryPartitionException(String message,
Throwable cause)
Creates a new DuplicatePrimaryPartitionException with the
given detail message and cause. |
|
DuplicatePrimaryPartitionException(Throwable cause)
Creates a new DuplicatePrimaryPartitionException 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 DuplicatePrimaryPartitionException()
DuplicatePrimaryPartitionException with no
detailed message.
public DuplicatePrimaryPartitionException(String message)
DuplicatePrimaryPartitionException with the
given detail message.
public DuplicatePrimaryPartitionException(Throwable cause)
DuplicatePrimaryPartitionException with the
given cause and no detail message
public DuplicatePrimaryPartitionException(String message,
Throwable cause)
DuplicatePrimaryPartitionException 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 | ||||||||