Class ReadWriteConflict

    • Constructor Detail

      • ReadWriteConflict

        public ReadWriteConflict​(boolean fillStackTrace)
        Creates a new ReadWriteConflict.
        Parameters:
        fillStackTrace - if the StackTrace should be filled.
      • ReadWriteConflict

        public ReadWriteConflict​(String message)
        Creates a new ReadWriteConflict.
        Parameters:
        message - the message of the ReadWriteConflict.
      • ReadWriteConflict

        public ReadWriteConflict​(String message,
                                 Throwable cause)
        Creates a new ReadWriteConflict.
        Parameters:
        message - the message of the ReadWriteConflict.
        cause - the cause of the ReadWriteConflict.