Class CommitConflictException

    • Constructor Detail

      • CommitConflictException

        public CommitConflictException​(String msg)
        Constructs an instance of CommitConflictException with the specified detail message.
        Parameters:
        msg - the detail message
      • CommitConflictException

        public CommitConflictException​(String msg,
                                       Throwable cause)
        Constructs an instance of CommitConflictException with the specified detail message and cause.
        Parameters:
        msg - the detail message
        cause - the causal Throwable
      • CommitConflictException

        public CommitConflictException​(Throwable cause)
        Constructs an instance of CommitConflictException with the specified cause.
        Parameters:
        cause - the causal Throwable
        Since:
        GemFire 6.5