public class DuplicatePrimaryPartitionException extends GemFireException
Constructor and Description |
---|
DuplicatePrimaryPartitionException()
Creates a new
DuplicatePrimaryPartitionException with no
detailed message. |
DuplicatePrimaryPartitionException(java.lang.String message)
Creates a new
DuplicatePrimaryPartitionException with the
given detail message. |
DuplicatePrimaryPartitionException(java.lang.String message,
java.lang.Throwable cause)
Creates a new
DuplicatePrimaryPartitionException with the
given detail message and cause. |
DuplicatePrimaryPartitionException(java.lang.Throwable cause)
Creates a new
DuplicatePrimaryPartitionException with the
given cause and no detail message |
getRootCause
public DuplicatePrimaryPartitionException()
DuplicatePrimaryPartitionException
with no
detailed message.public DuplicatePrimaryPartitionException(java.lang.String message)
DuplicatePrimaryPartitionException
with the
given detail message.public DuplicatePrimaryPartitionException(java.lang.Throwable cause)
DuplicatePrimaryPartitionException
with the
given cause and no detail messagepublic DuplicatePrimaryPartitionException(java.lang.String message, java.lang.Throwable cause)
DuplicatePrimaryPartitionException
with the
given detail message and cause.