Class DuplicatePrimaryPartitionException

All Implemented Interfaces:
Serializable

public class DuplicatePrimaryPartitionException extends GemFireException
This exception is thrown when two nodes are defined with same primary partitions
Since:
GemFire 6.6
See Also:
  • Constructor Details

    • DuplicatePrimaryPartitionException

      public DuplicatePrimaryPartitionException()
      Creates a new DuplicatePrimaryPartitionException with no detailed message.
    • DuplicatePrimaryPartitionException

      public DuplicatePrimaryPartitionException(String message)
      Creates a new DuplicatePrimaryPartitionException with the given detail message.
      Parameters:
      message - the detail message
    • DuplicatePrimaryPartitionException

      public DuplicatePrimaryPartitionException(Throwable cause)
      Creates a new DuplicatePrimaryPartitionException with the given cause and no detail message
      Parameters:
      cause - the cause
    • DuplicatePrimaryPartitionException

      public DuplicatePrimaryPartitionException(String message, Throwable cause)
      Creates a new DuplicatePrimaryPartitionException with the given detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause