Class DuplicatePrimaryPartitionException

  • java.lang.Object
  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DuplicatePrimaryPartitionException

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

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

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

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