Class RefAlreadyExistsException

    • Constructor Detail

      • RefAlreadyExistsException

        public RefAlreadyExistsException​(String message)
        Creates a new instance with the given message.
        Parameters:
        message - error message
      • RefAlreadyExistsException

        public RefAlreadyExistsException​(String message,
                                         @Nullable
                                         RefUpdate.Result updateResult)
        Constructor for RefAlreadyExistsException
        Parameters:
        message - error message
        updateResult - that caused the exception; may be null
        Since:
        5.11